Skip to content

Comparison of genomic alignment and variant calling performance using different reference sequences

Notifications You must be signed in to change notification settings

umccr/reference-sequence-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reference Sequence Comparison

We want assess whether reference choice impacts alignment quality and variant calling for DRAGEN and Oncoanalyser pipeline.

ICAV2

pipeline will be launch from ICAV2 to connect

icav2 tenants enter umccr-prod
icav2 projects enter hmf-reference-testing-dev

to gain aws credential

icav2 projectdata temporarycredentials /quentin/ \
  --output-format=json | \
jq --raw-output \
  '
    .awsTempCredentials |
    [
      "export AWS_ACCESS_KEY_ID=\"\(.accessKey)\"",
      "export AWS_SECRET_ACCESS_KEY=\"\(.secretKey)\"",
      "export AWS_SESSION_TOKEN=\"\(.sessionToken)\""
    ][]
  '

About

Comparison of genomic alignment and variant calling performance using different reference sequences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages