{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2025-07-25T14:19:30.542152+00:00",
  "custom_fields": {
    "legacy:communities": [
      "f312c6b6-0dd6-4fb2-a224-7c4960394ac1",
      "f312c6b6-0dd6-4fb2-a224-7c4960394ac1",
      "dockstore"
    ]
  },
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "github.com-mgbpm-biofx-workflows-BiobankScrubWorkflow_BiobankScrub_WIP_240411R125200.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:c9962bac3e61766403ef7e30f4cbb8b8",
        "ext": "zip",
        "id": "3e263289-6065-457d-8bfc-e960b97498b7",
        "key": "github.com-mgbpm-biofx-workflows-BiobankScrubWorkflow_BiobankScrub_WIP_240411R125200.zip",
        "links": {
          "content": "https://zenodo.org/api/records/16421441/files/github.com-mgbpm-biofx-workflows-BiobankScrubWorkflow_BiobankScrub_WIP_240411R125200.zip/content",
          "self": "https://zenodo.org/api/records/16421441/files/github.com-mgbpm-biofx-workflows-BiobankScrubWorkflow_BiobankScrub_WIP_240411R125200.zip"
        },
        "metadata": {},
        "mimetype": "application/zip",
        "size": 4975,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 4975
  },
  "id": "16421441",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/16421441/access",
    "access_grants": "https://zenodo.org/api/records/16421441/access/grants",
    "access_links": "https://zenodo.org/api/records/16421441/access/links",
    "access_request": "https://zenodo.org/api/records/16421441/access/request",
    "access_users": "https://zenodo.org/api/records/16421441/access/users",
    "archive": "https://zenodo.org/api/records/16421441/files-archive",
    "archive_media": "https://zenodo.org/api/records/16421441/media-files-archive",
    "communities": "https://zenodo.org/api/records/16421441/communities",
    "communities-suggestions": "https://zenodo.org/api/records/16421441/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.16421441",
    "draft": "https://zenodo.org/api/records/16421441/draft",
    "file_modification": "https://zenodo.org/api/records/16421441/file-modification",
    "files": "https://zenodo.org/api/records/16421441/files",
    "latest": "https://zenodo.org/api/records/16421441/versions/latest",
    "latest_html": "https://zenodo.org/records/16421441/latest",
    "media_files": "https://zenodo.org/api/records/16421441/media-files",
    "parent": "https://zenodo.org/api/records/15547236",
    "parent_doi": "https://doi.org/10.5281/zenodo.15547236",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.15547236",
    "parent_html": "https://zenodo.org/records/15547236",
    "preview_html": "https://zenodo.org/records/16421441?preview=1",
    "quota_increase": "https://zenodo.org/api/records/16421441/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/16421441/request-deletion",
    "requests": "https://zenodo.org/api/records/16421441/requests",
    "reserve_doi": "https://zenodo.org/api/records/16421441/draft/pids/doi",
    "self": "https://zenodo.org/api/records/16421441",
    "self_doi": "https://doi.org/10.5281/zenodo.16421441",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.16421441",
    "self_html": "https://zenodo.org/records/16421441",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:16421441/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:16421441/sequence/default",
    "versions": "https://zenodo.org/api/records/16421441/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "creators": [
      {
        "person_or_org": {
          "family_name": "mgbpm",
          "name": "mgbpm",
          "type": "personal"
        }
      }
    ],
    "description": "<h1>Mass General Brigham Personalized Medicine Bioinformatic Workflows</h1>\n<p>This repository contains all of the WDL-based bioinformatic workflows and tasks created by\nMass General Brigham Personalized Medicine for processing genomic data.  It also contains\nutility and orchestration tasks.  The reusable steps and workflows are organized into a\ndirectory structure, outlined below by way of example:</p>\n<pre><code>steps/                                - Contains all re-usable workflow steps, which may be WDL tasks and workflows\n  ...wdls                             - WDL files, with one workflow and/or many tasks per file\n  ...mds                              - Workflow and task documentation files, one for each WDL file\nworkflows/                            - Contains one sub-directory for each MGBPM workflow\n  wgs_b38/                            - Contains all artifacts for the workflow\n    WGSSingleSampleBuild38.wdl        - The workflow definition\n    WGSSingleSampleBuild38.md         - Workflow documentation, especially inputs and outputs\n  prs_b38/\n    ...similar to wgs...\n.dockstore.yml                        - File that defines all the workflows to be imported by Dockstore\n</code></pre>\n<h1>WDL Authoring Guidelines</h1>\n<p><em>ALL CONTENTS OF THIS REPOSITORY WILL BE PUBLISHED ON GITHUB</em></p>\n<p><em>CREDENTIALS OR OTHER CONFIDENTIAL INFORMATION ARE STRICTLY FORBIDDEN</em></p>\n<p>The following guidelines should be followed for WDL development:</p>\n<ul>\n<li>All tasks that execute MGBPM authored code must accept container image name as an input parameter that defaults to <code>gcr.io/mgb-lmm-gcp-infrast-1651079146/mgbpmbiofx/base:latest</code></li>\n<li>The WDLs should be designed to be consumed as black box functions; i.e. all input parameters and data are defined as inputs and all generated data of interest to consumers is defined as an output</li>\n<li>Workflows should be reference build specific; reusable steps should be reference build agnostic</li>\n<li>Workflows should always require reference data (other than the reference build), sample data and external system connection information to be passed as parameters</li>\n</ul>\n<p>When workflow WDLs are ready for production use, the relevant commit will be tagged with workflow specific tags to avoid collisions.  For example, <code>WGSSingleSampleBuild38_2.5.0</code>.  Versioning for workflow WDLs should adhere to the principles of <a href=\"https://semver.org/\">semantic versioning</a>.</p>\n<p>The master copy of this repository is hosted in Azure DevOps.  All new content is mirrored to GitHub and workflows subsequently published in Dockstore.</p>",
    "publication_date": "2024-04-11",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://dockstore.org/aliases/workflow-versions/10.5281-zenodo.16421441",
        "relation_type": {
          "id": "isidenticalto",
          "title": {
            "de": "Ist identisch mit",
            "en": "Is identical to"
          }
        },
        "scheme": "url"
      },
      {
        "identifier": "https://dockstore.org/workflows/github.com/mgbpm/biofx-workflows/BiobankScrubWorkflow:BiobankScrub_WIP_240411R125200",
        "relation_type": {
          "id": "isidenticalto",
          "title": {
            "de": "Ist identisch mit",
            "en": "Is identical to"
          }
        },
        "scheme": "url"
      },
      {
        "identifier": "https://dockstore.org/api/ga4gh/trs/v2/tools/%23workflow%2Fgithub.com%2Fmgbpm%2Fbiofx-workflows%2FBiobankScrubWorkflow/versions/BiobankScrub_WIP_240411R125200/PLAIN-WDL/descriptor/BiobankScrubWorkflow.wdl",
        "relation_type": {
          "id": "isidenticalto",
          "title": {
            "de": "Ist identisch mit",
            "en": "Is identical to"
          }
        },
        "scheme": "url"
      }
    ],
    "resource_type": {
      "id": "software",
      "title": {
        "de": "Software",
        "en": "Software"
      }
    },
    "rights": [
      {
        "description": {
          "en": "The Creative Commons Attribution license allows re-distribution and re-use of a licensed work on the condition that the creator is appropriately credited."
        },
        "icon": "cc-by-icon",
        "id": "cc-by-4.0",
        "props": {
          "scheme": "spdx",
          "url": "https://creativecommons.org/licenses/by/4.0/legalcode"
        },
        "title": {
          "en": "Creative Commons Attribution 4.0 International"
        }
      }
    ],
    "title": "github.com/mgbpm/biofx-workflows/BiobankScrubWorkflow",
    "version": "BiobankScrub_WIP_240411R125200"
  },
  "parent": {
    "access": {
      "owned_by": {
        "user": "76183"
      },
      "settings": {
        "accept_conditions_text": null,
        "allow_guest_requests": false,
        "allow_user_requests": false,
        "secret_link_expiration": 0
      }
    },
    "communities": {
      "default": "f312c6b6-0dd6-4fb2-a224-7c4960394ac1",
      "entries": [
        {
          "access": {
            "member_policy": "open",
            "members_visibility": "public",
            "record_submission_policy": "open",
            "review_policy": "open",
            "visibility": "public"
          },
          "children": {
            "allow": false
          },
          "created": "2024-11-05T20:16:09.639062+00:00",
          "custom_fields": {},
          "deletion_status": {
            "is_deleted": false,
            "status": "P"
          },
          "id": "f312c6b6-0dd6-4fb2-a224-7c4960394ac1",
          "links": {},
          "metadata": {
            "description": "Dockstore is a free and open source platform for sharing reusable and scalable analytical tools and workflows.",
            "title": "Dockstore",
            "type": {
              "id": "project"
            },
            "website": "https://dockstore.org/"
          },
          "revision_id": 5,
          "slug": "dockstore",
          "updated": "2024-11-05T20:17:15.254457+00:00"
        }
      ],
      "ids": [
        "f312c6b6-0dd6-4fb2-a224-7c4960394ac1"
      ]
    },
    "id": "15547236",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.15547236",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.16421441",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:16421441",
      "provider": "oai"
    }
  },
  "revision_id": 4,
  "stats": {
    "all_versions": {
      "data_volume": 126522.0,
      "downloads": 23,
      "unique_downloads": 23,
      "unique_views": 65,
      "views": 65
    },
    "this_version": {
      "data_volume": 9950.0,
      "downloads": 2,
      "unique_downloads": 2,
      "unique_views": 7,
      "views": 7
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2025-07-25T14:19:30.852129+00:00",
  "versions": {
    "index": 4,
    "is_latest": false
  }
}