Ensembl / ensembl-vep

The Ensembl Variant Effect Predictor predicts the functional effects of genomic variants
https://www.ensembl.org/vep
Apache License 2.0
437 stars 150 forks source link

Nextflow: Accept and split non-VCF input formats #1675

Closed nuno-agostinho closed 4 weeks ago

nuno-agostinho commented 1 month ago

This PR improves the Nextlow pipeline to run VEP on non-VCF files.

Changelog

Testing

Running the pipeline with different input files (input.tar.gz):

nextflow run ${ENSEMBL_ROOT_DIR}/ensembl-vep/nextflow/workflows/run_vep.nf \
  -profile slurm \
  -resume \
  --input input \
  --outdir outdir \
  --vep_config vep_config.ini