{"id":13407958,"url":"https://github.com/bcgsc/chromeqc","last_synced_at":"2026-03-03T23:02:36.880Z","repository":{"id":136720060,"uuid":"106479385","full_name":"bcgsc/chromeqc","owner":"bcgsc","description":"ChromeQC: Summarize sequencing library quality of 10x Genomics Chromium linked reads","archived":false,"fork":false,"pushed_at":"2019-04-30T17:17:18.000Z","size":2074,"stargazers_count":15,"open_issues_count":1,"forks_count":3,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-07-31T20:28:40.345Z","etag":null,"topics":["genome","genome-sequencing","linked-reads","quality-control"],"latest_commit_sha":null,"homepage":"https://bcgsc.github.io/chromeqc","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcgsc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-10T22:45:13.000Z","updated_at":"2021-09-17T11:37:22.000Z","dependencies_parsed_at":"2023-07-08T04:01:21.506Z","dependency_job_id":null,"html_url":"https://github.com/bcgsc/chromeqc","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bcgsc/chromeqc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgsc%2Fchromeqc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgsc%2Fchromeqc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgsc%2Fchromeqc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgsc%2Fchromeqc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcgsc","download_url":"https://codeload.github.com/bcgsc/chromeqc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgsc%2Fchromeqc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["genome","genome-sequencing","linked-reads","quality-control"],"created_at":"2024-07-30T20:00:49.801Z","updated_at":"2026-03-03T23:02:36.864Z","avatar_url":"https://github.com/bcgsc.png","language":"HTML","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"![ChromeQC logo](chromeqc-logo.png)\n\n# ChromeQC: Summarize library quality of 10x Genomics Chromium linked reads\n\nThis tool provides a quick report on the quality of a 10x Genomics Chromium linked reads library. The report summarizes the sizes of the molecules, the number of reads per molecule, the number of molecules per barcode, and the amount of DNA per barcode. The idea is to provide a [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/)-like tool in terms of speed but to contain information provided by the Summary page of the [Loupe software of 10x Genomics](https://support.10xgenomics.com/genome-exome/software/visualization/latest/what-is-loupe). ChromeQC is developed in Python 3, R, AWK, RMarkdown, and Flexdashboard, and uses BWA-MEM for read alignment.\n\n# Usage\n\n```\n-w --whitelist     : default='whitelist_barcodes', type=str\n-k --subsample_size: default=4000                , type=int\n-i --in            : default='-'                 , type=str\n-o --out           : default='stdout'            , type=str\n-s --seed          : default=1334                , type=int\n-m --max_read_pairs: default=-1                  , type=int  , note: -1 means all read pairs\n-p --stats_out_path: default='.'                 , type=str  , note: the directory needs to be created already\n-v --verbose       : default=False               , no value  , note: If supplied, will be set to true, else will be false.\n```\n\n# Examples\n\n+ [Sample ChromeQC report](http://bcgsc.github.io/chromeqc/report)\n+ [Sample MultiQC report](https://bcgsc.github.io/chromeqc/multiqc/)\n\n```sh\n# Install Homebrew on macOS, Linux, or Windows: https://brew.sh\nwhich pigz || brew install pigz\npython3 select_random_subset/random_sampling_from_whitelist.py -v -w data/4M-with-alts-february-2016.txt -i data/read-RA_si-GAGTTAGT_lane-001-chunk-0002.fastq.gz | pigz -p4 \u003edata/subsampled.fq.gz\n```\n\nThe pipeline starts with raw FASTQ files of interleaved paired end reads provided by the 10x Chromium platform.\n\n# Dependencies\n\n```sh\npip3 install -r requirements.txt\nbrew bundle\n```\n\n+ BWA or Minimap2\n+ Pysam\n+ Python 3\n+ Samtools\n\n# Prerequisites\n\nThe analysis and report will be created using R, the Tidyverse, RMarkdown, and Flexdashboard. Familiarity with some of these tools is useful, but not necessary to participate in this project. Non-technical participants are welcome to design the aesthetics of the report, prepare and deliver the presentation, and coordinate writing a brief paper about the tool.\n\nTeam Lead: [Shaun Jackman](http://sjackman.ca) | sjackman@gmail.com | @sjackman | Grad Student | BC Cancer Agency Genome Sciences Centre\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgsc%2Fchromeqc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcgsc%2Fchromeqc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgsc%2Fchromeqc/lists"}