Skip to content

Commit

Permalink
Merge branch 'deepripe-batch' of github.com:PMBio/deeprvat into deepr…
Browse files Browse the repository at this point in the history
…ipe-batch

Conflicts:
	pipelines/annotations.snakefile
  • Loading branch information
“Marcel-Mueck” committed Oct 16, 2023
2 parents 132efc4 + 7be1915 commit 7cdb6ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipelines/annotations.snakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pandas as pd
import os
from pathlib import Path


Expand Down Expand Up @@ -132,7 +131,7 @@ rule aggregate_and_merge_absplice:

rule merge_deepsea_pcas:
input:
annotations=anno_dir / "vep_deepripe.parquet"
annotations=anno_dir / "vep_deepripe.parquet",
deepsea_pcas=anno_dir / "deepSea_pca" / "deepsea_pca.parquet",
output:
anno_dir / "vep_deepripe_deepsea.parquet"
Expand Down

0 comments on commit 7cdb6ab

Please sign in to comment.