Skip to content

Commit

Permalink
Update annotations.snakefile
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
endast committed Oct 16, 2023
1 parent 5995e8b commit c9bb44b
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 @@ -110,8 +110,8 @@ rule aggregate_and_merge_absplice:
),
current_annotation_file=anno_dir / "vep_deepripe_deepsea.parquet"
output:
annotations=anno_dir / "current_annotations_absplice.parquet"
scores=anno_tmp_dir / "abSplice_score_file.parquet",
annotations=anno_dir / "current_annotations_absplice.parquet",
scores=anno_tmp_dir / "abSplice_score_file.parquet"

shell:
" ".join(
Expand Down

0 comments on commit c9bb44b

Please sign in to comment.