Skip to content

Commit

Permalink
fix the link to the genome dir?
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-kron-wis committed Jan 14, 2025
1 parent 07646fb commit b1fe146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies = [
"rich>=12.0.0",
"scikit-learn>=0.21.2",
"scipy",
"setuptools<75.7.0",
"sparse>=0.14.0",
"tensorboard>=2.0",
"torch",
Expand Down
2 changes: 1 addition & 1 deletion tests/data/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_add_dna_sequence(save_path: str):
adata,
seq_len=seq_len,
genome_name="test_genome",
genome_dir=save_path,
genome_dir=save_path + "./test_data/",
install_genome=False,
)
assert "dna_sequence" in adata.varm.keys()
Expand Down

0 comments on commit b1fe146

Please sign in to comment.