Sign inSign up

iarcbioinfo/table_annovar-nf

Sponsored OSS

By International Agency for Research on Cancer

Updated over 6 years ago

Container with dependencies for table_annovar-nf

Image
Data science
0

10K+

iarcbioinfo/table_annovar-nf repository overview

table_annovar-nf

Nextflow pipeline to annotate variant files with annovar

Docker Hub https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg

Workflow representation

Description

This pipeline runs table_annovar.pl on a folder full of vcf files.

Dependencies
  1. This pipeline is based on nextflow. As we have several nextflow pipelines, we have centralized the common information in the IARC-nf repository. Please read it carefully as it contains essential information for the installation, basic usage and configuration of nextflow and our pipelines.

  2. External software:

Caution: the perl script annotate_variation.pl and bcftools have to be in your $PATH (note: in case you are using the conda, docker, or singularity profiles, bcftools will automatically be in your $PATH but not annotate_variation.pl).

Input

NameDescription
--table_folderFolder containing tables to process

Parameters

NameDefault valueDescription
--output_folder.Folder to output resulting compressed vcf
--annovar_paramsSee belowParameters given to table_annovar.pl
--cpu1Number of cpus to use
--mem4Size of memory used for mapping (in GB)
--annovar_dbAnnovar_dbFolder with annovar databases
--buildverhg38Version of genome build
--table_extensiontsvExtension of input tables

The default annovar params are: -remove -protocol ensGene, exac03nontcga,esp6500siv2_all,1000g2015aug_all,gnomad211_genome,gnomad211_exome,clinvar_20190305,revel,dbnsfp35a,dbnsfp31a_interpro,intervar_20180118,cosmic84_coding,cosmic84_noncoding,avsnp150,phastConsElements100way,wgRna -operation g,f,f,f,f,f,f,f,f,f,f,f,f,f,r,r -otherinfo, which imply that the corresponding annovar databases are installed. You can specify any other options using the annovar_params option.

Flags are special parameters without value.

NameDescription
--helpDisplay help

Usage

Simple use case example:

nextflow run iarcbioinfo/table_annovar-nf -r v1.0 -profile singularity --table_folder VCF/ --table_extension vcf

To run the pipeline without singularity just remove "-profile singularity". Alternatively, one can run the pipeline using a docker container (-profile docker) the conda receipe containing all required dependencies (-profile conda).

Output

TypeDescription
file_multianno.txtAnnovar tables
file_multianno.vcf.gz, file_multianno.vcf.gz.tbi(optional, if --table_extension vcf or vcf.gz) Compressed and indexed annotated VCF files

See info on output annovar format here.

Contributions

NameEmailDescription
Nicolas Alcala*[email protected]Developer to contact for support
Tiffany Delhomme[email protected]Developer

Tag summary

Content type

Image

Digest

Size

196.7 MB

Last updated

over 6 years ago

docker pull iarcbioinfo/table_annovar-nf

This week's pulls

Pulls:

6

Last week