Skip to content

Commit

Permalink
removed redundant vep_repo_path from config
Browse files Browse the repository at this point in the history
  • Loading branch information
“Marcel-Mueck” committed Jan 29, 2024
1 parent f3e3ee2 commit 6225278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pipelines/annotations.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ bcf_dir = Path(config["bcf_dir"])
anno_tmp_dir = Path(config["anno_tmp_dir"])
anno_dir = Path(config["anno_dir"])
metadata_dir = Path(config["metadata_dir"])
vep_plugin_repo = Path(config["vep_plugin_repo"])
condel_config_path = vep_plugin_repo / "config" / "Condel" / "config"
condel_config_path = vep_plugin_dir / "config" / "Condel" / "config"


# init cadd PLugin
Expand Down
3 changes: 1 addition & 2 deletions pipelines/config/deeprvat_annotation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anno_tmp_dir : output_dir/annotations/tmp
anno_dir : output_dir/annotations

vep_cache_dir : repo_dir/ensembl-vep/cache/vep109
vep_plugin_dir : repo_dir/ensembl-vep/Plugins
vep_plugin_dir : repo_dir/VEP_Plugins
spliceAI_snv_file : annotation_data/spliceAI/spliceai_scores.raw.snv.hg38.vcf.gz
spliceAI_indel_file : annotation_data/spliceAI/spliceai_scores.raw.indel.hg38.vcf.gz
primateAI_file : annotation_data/primateAI/PrimateAI_scores_v0.2_GRCh38_sorted.tsv.bgz
Expand All @@ -26,7 +26,6 @@ deeprvat_repo_dir : deeprvat_repo_dir
kipoiveff_repo_dir : repo_dir/kipoi-veff2
faatpipe_repo_dir : repo_dir/faatpipe
vep_repo_dir : repo_dir/ensembl-vep
vep_plugin_repo : repo_dir/VEP_plugins
variant_file_path : preprocessing_workdir/norm/variants/variants.tsv.gz
pybedtools_tmp_path : output_dir/annotations/tmp/pybedtools
n_jobs_deepripe : 32
Expand Down

0 comments on commit 6225278

Please sign in to comment.