{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2026-01-27T20:23:54.482461+00:00",
  "custom_fields": {
    "legacy:communities": [
      "f312c6b6-0dd6-4fb2-a224-7c4960394ac1",
      "dockstore",
      "f312c6b6-0dd6-4fb2-a224-7c4960394ac1"
    ]
  },
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "github.com-broadinstitute-warp-SplitMultisampleVcf_ReblockGVCF_develop.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:a3d6ebeb2fc825075bcc62f564d9ac0f",
        "ext": "zip",
        "id": "9642ba40-9e9d-428c-8ed3-2618e81c2413",
        "key": "github.com-broadinstitute-warp-SplitMultisampleVcf_ReblockGVCF_develop.zip",
        "links": {
          "content": "https://zenodo.org/api/records/18394323/files/github.com-broadinstitute-warp-SplitMultisampleVcf_ReblockGVCF_develop.zip/content",
          "self": "https://zenodo.org/api/records/18394323/files/github.com-broadinstitute-warp-SplitMultisampleVcf_ReblockGVCF_develop.zip"
        },
        "metadata": {},
        "mimetype": "application/zip",
        "size": 5461,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 5461
  },
  "id": "18394323",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/18394323/access",
    "access_grants": "https://zenodo.org/api/records/18394323/access/grants",
    "access_links": "https://zenodo.org/api/records/18394323/access/links",
    "access_request": "https://zenodo.org/api/records/18394323/access/request",
    "access_users": "https://zenodo.org/api/records/18394323/access/users",
    "archive": "https://zenodo.org/api/records/18394323/files-archive",
    "archive_media": "https://zenodo.org/api/records/18394323/media-files-archive",
    "communities": "https://zenodo.org/api/records/18394323/communities",
    "communities-suggestions": "https://zenodo.org/api/records/18394323/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.18394323",
    "draft": "https://zenodo.org/api/records/18394323/draft",
    "file_modification": "https://zenodo.org/api/records/18394323/file-modification",
    "files": "https://zenodo.org/api/records/18394323/files",
    "latest": "https://zenodo.org/api/records/18394323/versions/latest",
    "latest_html": "https://zenodo.org/records/18394323/latest",
    "media_files": "https://zenodo.org/api/records/18394323/media-files",
    "parent": "https://zenodo.org/api/records/16996219",
    "parent_doi": "https://doi.org/10.5281/zenodo.16996219",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.16996219",
    "parent_html": "https://zenodo.org/records/16996219",
    "preview_html": "https://zenodo.org/records/18394323?preview=1",
    "quota_increase": "https://zenodo.org/api/records/18394323/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/18394323/request-deletion",
    "requests": "https://zenodo.org/api/records/18394323/requests",
    "reserve_doi": "https://zenodo.org/api/records/18394323/draft/pids/doi",
    "self": "https://zenodo.org/api/records/18394323",
    "self_doi": "https://doi.org/10.5281/zenodo.18394323",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.18394323",
    "self_html": "https://zenodo.org/records/18394323",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:18394323/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:18394323/sequence/default",
    "versions": "https://zenodo.org/api/records/18394323/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "creators": [
      {
        "person_or_org": {
          "family_name": "broadinstitute",
          "name": "broadinstitute",
          "type": "personal"
        }
      }
    ],
    "description": "<h1>WDL Input Overview</h1>\n<p>This workflow splits a multi-sample VCF file into individual single-sample VCF files. This is achieved by first\nextracting all the samples from the provided multi-sample VCF file. The extracted samples are then broken up into\n&quot;chunks&quot; based on the specified chunk size. A new sample list is generated per chunk. Finally, this new &quot;chunked&quot;\nsample list is used to extract the corresponding samples from the original multi-sample VCF file, creating new\nsingle-sample VCF files. These files (and corresponding index files, if requested) are then copied to the specified\noutput location.</p>\n<h2>Inputs:</h2>\n<p>| Parameter Name       | Description                                                                                                                                                      | Type    | Required | Default                                                                     |\n|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|----------|-----------------------------------------------------------------------------|\n| <strong>multiSampleVcf</strong>   | The GCP path to the multi-sample VCF.                                                                                                                            | File    | Yes      | N/A                                                                         |\n| <strong>outputLocation</strong>   | Where the single-sample VCFs (and indices, if requested) should be written to. Note, the user running the workflow must have write permissions to this location. | String  | Yes      | N/A                                                                         |\n| <strong>createIndexFiles</strong> | Whether index files should be generated for each extracted single-sample VCF file.                                                                               | Boolean | No       | true                                                                        |\n| <strong>chunkSize</strong>        | The number of samples that should be in each chunk.                                                                                                              | Int     | No       | 1000                                                                        |\n| <strong>cpu</strong>              | The number of CPU cores to allocate.                                                                                                                             | Int     | No       | 1                                                                           |\n| <strong>memoryMb</strong>         | Memory allocation in megabytes.                                                                                                                                  | Int     | No       | 6000                                                                        |\n| <strong>bcftoolsDocker</strong>   | Docker image containing bcftools.                                                                                                                                | String  | No       | us.gcr.io/broad-gotc-prod/imputation-bcf-vcf:1.0.7-1.10.2-0.1.16-1669908889 |\n| <strong>diskSizeGb</strong>       | The size of the VM's disk in GB.                                                                                                                                 | Int     | No       | Calculated based on input multiSampleVcf file size                          |</p>",
    "publication_date": "2026-01-27",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://dockstore.org/aliases/workflow-versions/10.5281-zenodo.18394323",
        "relation_type": {
          "id": "isidenticalto",
          "title": {
            "de": "Ist identisch mit",
            "en": "Is identical to"
          }
        },
        "scheme": "url"
      },
      {
        "identifier": "https://dockstore.org/workflows/github.com/broadinstitute/warp/SplitMultisampleVcf:ReblockGVCF_develop",
        "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%2Fbroadinstitute%2Fwarp%2FSplitMultisampleVcf/versions/ReblockGVCF_develop/PLAIN-WDL/descriptor/SplitMultisampleVCF.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/broadinstitute/warp/SplitMultisampleVcf",
    "version": "ReblockGVCF_develop"
  },
  "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": "16996219",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.16996219",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.18394323",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:18394323",
      "provider": "oai"
    }
  },
  "revision_id": 4,
  "stats": {
    "all_versions": {
      "data_volume": 1476547.0,
      "downloads": 306,
      "unique_downloads": 286,
      "unique_views": 1418,
      "views": 1451
    },
    "this_version": {
      "data_volume": 38227.0,
      "downloads": 7,
      "unique_downloads": 7,
      "unique_views": 11,
      "views": 11
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2026-01-27T20:23:54.675741+00:00",
  "versions": {
    "index": 33,
    "is_latest": false
  }
}