Container with dependencies for table_annovar-nf
10K+

This pipeline runs table_annovar.pl on a folder full of vcf files.
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.
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).
| Name | Description |
|---|---|
--table_folder | Folder containing tables to process |
| Name | Default value | Description |
|---|---|---|
--output_folder | . | Folder to output resulting compressed vcf |
--annovar_params | See below | Parameters given to table_annovar.pl |
--cpu | 1 | Number of cpus to use |
--mem | 4 | Size of memory used for mapping (in GB) |
--annovar_db | Annovar_db | Folder with annovar databases |
--buildver | hg38 | Version of genome build |
--table_extension | tsv | Extension 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.
| Name | Description |
|---|---|
--help | Display help |
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).
| Type | Description |
|---|---|
| file_multianno.txt | Annovar 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.
| Name | Description | |
|---|---|---|
| Nicolas Alcala* | [email protected] | Developer to contact for support |
| Tiffany Delhomme | [email protected] | Developer |
Content type
Image
Digest
Size
196.7 MB
Last updated
over 6 years ago
docker pull iarcbioinfo/table_annovar-nfPulls:
6
Last week