Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into Sentieon
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Apr 21, 2020
2 parents 281e252 + 3485bb7 commit f6eb93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ nextflow run download_cache.nf --vep_cache </Path/To/VEPcache> --species <specie

Both `snpEff` and `VEP` enable usage of cache.
If cache is available on the machine where Sarek is run, it is possible to run annotation using cache.
You need to specify the cache directory using `--snpEff_cache` and `--vep_cache` in the command lines or within configuration files.
You need to specify the cache directory using `--snpeff_cache` and `--vep_cache` in the command lines or within configuration files.
The cache will only be used when `--annotation_cache` and cache directories are specified (either in command lines or in a configuration file).

Example:

```bash
nextflow run nf-core/sarek --tools snpEff --step annotate --sample file.vcf.gz --snpEff_cache </Path/To/snpEffCache> --annotation_cache
nextflow run nf-core/sarek --tools snpEff --step annotate --sample file.vcf.gz --snpeff_cache </Path/To/snpEffCache> --annotation_cache
nextflow run nf-core/sarek --tools VEP --step annotate --sample file.vcf.gz --vep_cache </Path/To/vepCache> --annotation_cache
```

Expand Down

0 comments on commit f6eb93d

Please sign in to comment.