Skip to content

nextflow pipeline to build annovar-ready tables from platypus TCGA calling

License

Notifications You must be signed in to change notification settings

IARCbioinfo/TCGA_platypus-nf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCGA_platypus-nf

convert TCGA VCF into annovar-ready tables with nextflow

Dependencies

Install nextflow.

curl -fsSL get.nextflow.io | bash

And move it to a location in your $PATH (/usr/local/bin for example here):

sudo mv nextflow /usr/local/bin

Install vt, and put the executable in your PATH.

Install VCFtools, and put vcf-sort in your PATH.

Description

This program takes in input a folder of compressed VCF files, from variant calling on TCGA data : 10th column of header must be the TCGA sample barcode (see specification here).
It reformats these VCF into annovar input tables by cancer type and output them in a result folder (--out_folder). Caution: VCF must be zipped, with extension vcf.gz.

Execution

Nextflow seamlessly integrates with GitHub hosted code repositories:

nextflow run iarcbioinfo/TCGA_platypus-nf --TCGA_folder myfolder

Help and options

You can print the help manual by providing --help in the execution command line:

nextflow run iarcbioinfo/TCGA_platypus-nf --help

About

nextflow pipeline to build annovar-ready tables from platypus TCGA calling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published