Skip to content

Commit

Permalink
Fix snakemake typos
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Oct 13, 2023
1 parent 17580a3 commit 15f50bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/annotations.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ rule aggregate_and_merge_absplice:
),
current_annotation_file=anno_dir / "vep_deepripe_deepsea.parquet"
output:
annotations=anno_dir / "vcomplete_annotations.parquet.parquet"
annotations=anno_dir / "vcomplete_annotations.parquet.parquet",
scores=anno_tmp_dir / "abSplice_score_file.parquet",

shell:
Expand All @@ -129,7 +129,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 15f50bc

Please sign in to comment.