Skip to content

Commit

Permalink
Update absplice_download.snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel-Mueck authored May 13, 2024
1 parent 06d771f commit 0ee76a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipelines/resources/absplice_download.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ if absplice_main_conf['use_rocksdb'] == True:
params:
version = genome_mapper[absplice_main_conf['genome']]
conda:
f"./environment_spliceai_rocksdb2.yaml"
#f"./environment_spliceai_rocksdb.yaml"
f"./environment_spliceai_rocksdb.yaml"
output:
spliceai_rocksdb = directory(Path(absplice_download_dir) / config_download['spliceai_rocksdb'][genome])
shell:
Expand Down

0 comments on commit 0ee76a8

Please sign in to comment.