Skip to content

ICGC ARGO variant calling pipeline which digest xml to vcf variant format

License

Notifications You must be signed in to change notification settings

icgc-argo-workflows/xml_variant_ingestion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Input data:

Mapping file: test/data/sample_new.tsv

XML file: test/data/example.xml

Reference files:

test/reference/

hg19.fa Not provided, download needed https://hgdownload.soe.ucsc.edu/goldenPath/hg19/bigZips/hg19.fa.gz

hg19.fa.fai

hg38.fa.gz Not provided, download needed https://hgdownload.soe.ucsc.edu/goldenPath/hg38/bigZips/hg38.fa.gz

hg38.fa.fai

hg38.dict

hg19ToHg38.over.chain.gz https://hgdownload.soe.ucsc.edu/goldenPath/hg19/liftOver/hg19ToHg38.over.chain.gz

Usage

  1. Download hg19.fa and hg38.fa.gz to test/reference/
  2. Retrive api_token
  3. Workflow command

Minimal Test

nextflow run main.nf \
    -profile docker,test,rdpc_qa \
    --api_token NNNNNNN \
    --hg19_ref_fa /PATH/TO/hg19.fa \
    --hg19_ref_fai /PATH/TO/hg19.fa.fai \
    --hg19_to_hg38_chain /PATH/TO/hg19ToHg38.over.chain.gz \
    --hg38_ref_fa /PATH/TO/hg38.fa.gz \
    --hg38_ref_fai /PATH/TO/hg38.fa.fai \
    --hg38_ref_dict /PATH/TO/hg38.dict

Test in RDPC-QA

nextflow run main.nf \
    -profile docker,rdpc_qa,test_rdpc_qa \
    --api_token NNNNNNN \
    --xml /PATH/TO/XML.FILE \
    --experiment_info_tsv /PATH/TO/MAPPING.TSV \
    --hg19_ref_fa /PATH/TO/hg19.fa \
    --hg19_ref_fai /PATH/TO/hg19.fa.fai \
    --hg19_to_hg38_chain /PATH/TO/hg19ToHg38.over.chain.gz \
    --hg38_ref_fa /PATH/TO/hg38.fa.gz \
    --hg38_ref_fai /PATH/TO/hg38.fa.fai \
    --hg38_ref_dict /PATH/TO/hg38.dict

About

ICGC ARGO variant calling pipeline which digest xml to vcf variant format

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published