{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2026-04-27T18:13:23.064097+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-CNV-Mag-CNV-Mag_v0.5.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:ee2ab2f86a75fc5858e8c520012ce0b7",
        "ext": "zip",
        "id": "dffd14fc-6c70-4c3d-a821-fedf1189a0d3",
        "key": "github.com-broadinstitute-CNV-Mag-CNV-Mag_v0.5.zip",
        "links": {
          "content": "https://zenodo.org/api/records/19827732/files/github.com-broadinstitute-CNV-Mag-CNV-Mag_v0.5.zip/content",
          "self": "https://zenodo.org/api/records/19827732/files/github.com-broadinstitute-CNV-Mag-CNV-Mag_v0.5.zip"
        },
        "metadata": {},
        "mimetype": "application/zip",
        "size": 4824,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 4824
  },
  "id": "19827732",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/19827732/access",
    "access_grants": "https://zenodo.org/api/records/19827732/access/grants",
    "access_links": "https://zenodo.org/api/records/19827732/access/links",
    "access_request": "https://zenodo.org/api/records/19827732/access/request",
    "access_users": "https://zenodo.org/api/records/19827732/access/users",
    "archive": "https://zenodo.org/api/records/19827732/files-archive",
    "archive_media": "https://zenodo.org/api/records/19827732/media-files-archive",
    "communities": "https://zenodo.org/api/records/19827732/communities",
    "communities-suggestions": "https://zenodo.org/api/records/19827732/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.19827732",
    "draft": "https://zenodo.org/api/records/19827732/draft",
    "file_modification": "https://zenodo.org/api/records/19827732/file-modification",
    "files": "https://zenodo.org/api/records/19827732/files",
    "latest": "https://zenodo.org/api/records/19827732/versions/latest",
    "latest_html": "https://zenodo.org/records/19827732/latest",
    "media_files": "https://zenodo.org/api/records/19827732/media-files",
    "parent": "https://zenodo.org/api/records/15529038",
    "parent_doi": "https://doi.org/10.5281/zenodo.15529038",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.15529038",
    "parent_html": "https://zenodo.org/records/15529038",
    "preview_html": "https://zenodo.org/records/19827732?preview=1",
    "quota_increase": "https://zenodo.org/api/records/19827732/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/19827732/request-deletion",
    "requests": "https://zenodo.org/api/records/19827732/requests",
    "reserve_doi": "https://zenodo.org/api/records/19827732/draft/pids/doi",
    "self": "https://zenodo.org/api/records/19827732",
    "self_doi": "https://doi.org/10.5281/zenodo.19827732",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.19827732",
    "self_html": "https://zenodo.org/records/19827732",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:19827732/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:19827732/sequence/default",
    "versions": "https://zenodo.org/api/records/19827732/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "creators": [
      {
        "affiliations": [
          {
            "name": "Broad Institute"
          }
        ],
        "person_or_org": {
          "family_name": "Yueyao Gao",
          "identifiers": [
            {
              "identifier": "0000-0002-7607-2938",
              "scheme": "orcid"
            }
          ],
          "name": "Yueyao Gao",
          "type": "personal"
        }
      }
    ],
    "description": "<h1>CNV-Mag</h1>\n<p>A tool to visualize CNV Events in WGS Data. CNV-Mag is taking use of BAM and short variant VCF files to visualize CNV events in WGS data in simple and direct way. It can help you to verify if a CNV event is real or not.\nThis tool is part of the Broad Clinical Labs's CNV reporting workflow.</p>\n<h2>Background</h2>\n<p>Verifying CNV events can be challenging, especially for multi-megabase events. A common approach involves using IGV to inspect read depth,\nsoft clips, and SNP Allele Fraction (AF). However, this becomes impractical for large events. CNV-Mag addresses these challenges by\nproviding a streamlined tool for visualizing CNV events. It also integrates <a href=\"https://github.com/ryanlayer/samplot\">Samplot</a>,\nan excellent package for structural variant visualization, as part of its workflow.</p>\n<h2>Workflow</h2>\n<p>CNV-Mag takes BAM and short variant VCF files to visualize CNV events in WGS data. The workflow is shown below:\nInput:</p>\n<ul>\n<li>BAM file and BAM index file\n<ul>\n<li>Aligned BAM file of your sample</li>\n<li>HG001 BAM file preferred using the same pipeline as above</li>\n<li>HG002 BAM file preferred using the same pipeline as above</li>\n</ul>\n</li>\n<li>Short variant VCF file (Requires AF field in the INFO column)\n<ul>\n<li>Short variant VCF file of your sample</li>\n<li>HG001 VCF file preferred using the same pipeline as above</li>\n<li>HG002 VCF file preferred using the same pipeline as above</li>\n</ul>\n</li>\n<li>CNV region (Bed or a list of Strings)\n<ul>\n<li>Can be a single CNV region or multiple CNV regions</li>\n</ul>\n</li>\n<li>Reference genome (hg19 or hg38)</li>\n</ul>\n<p>\nThere are three main workflows in CNV-Mag:</p>\n<ul>\n<li>Mag-SNP\n<ul>\n<li>Visualize all the PASS SNP AF of the CNV region.\n</li>\n</ul>\n</li>\n<li>Mag-Depth\n<ul>\n<li>Visualize the read depth of the CNV region.\n</li>\n</ul>\n</li>\n<li>Samplot\n<ul>\n<li>Visualize the discordant reads and split-read signals of the CNV region.\n</li>\n</ul>\n</li>\n</ul>\n<h2>Running CNV-Mag on Terra</h2>\n<p>You can run CNV-Mag on Terra. The workflow is available at https://dockstore.org/workflows/github.com/broadinstitute/CNV-Mag/CNV-Mag:dev?tab=info.\nYou can deploy the workflow to your workspace and run it on Terra.</p>\n<h2>Runtime specification</h2>\n<p>CNV-Mag is part of Broad Clinical Lab CNV reporting workflow. The run cost is less than $2 per run.</p>",
    "publication_date": "2026-04-27",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://dockstore.org/aliases/workflow-versions/10.5281-zenodo.19827732",
        "relation_type": {
          "id": "isidenticalto",
          "title": {
            "de": "Ist identisch mit",
            "en": "Is identical to"
          }
        },
        "scheme": "url"
      },
      {
        "identifier": "https://dockstore.org/workflows/github.com/broadinstitute/CNV-Mag/CNV-Mag:v0.5",
        "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%2FCNV-Mag%2FCNV-Mag/versions/v0.5/PLAIN-WDL/descriptor/CNV-Mag.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/CNV-Mag/CNV-Mag",
    "version": "v0.5"
  },
  "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": "15529038",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.15529038",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.19827732",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:19827732",
      "provider": "oai"
    }
  },
  "revision_id": 4,
  "stats": {
    "all_versions": {
      "data_volume": 278507.0,
      "downloads": 67,
      "unique_downloads": 67,
      "unique_views": 292,
      "views": 297
    },
    "this_version": {
      "data_volume": 33768.0,
      "downloads": 7,
      "unique_downloads": 7,
      "unique_views": 19,
      "views": 22
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2026-04-27T18:13:23.329729+00:00",
  "versions": {
    "index": 6,
    "is_latest": true
  }
}