Skip to content

Commit

Permalink
fix: lowercase SIFs dir
Browse files Browse the repository at this point in the history
see #181
  • Loading branch information
kelly-sovacool committed Dec 2, 2024
1 parent ee1a9e4 commit 382de1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ renee run \
--output /data/$USER/RNA_hg38 \
--genome hg38_36 \
--mode slurm \
--sif-cache /data/CCBR_Pipeliner/SIFS
--sif-cache /data/CCBR_Pipeliner/SIFs
```

#### 3.2 FRCE
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_cache_nosif():

def test_get_sif_cache_dir():
assertions = [
"'CCBR_Pipeliner/SIFS' in get_sif_cache_dir('biowulf')",
"'CCBR_Pipeliner/SIFs' in get_sif_cache_dir('biowulf')",
"'CCBR-Pipelines/SIFs' in get_sif_cache_dir('frce')",
]
errors = [assertion for assertion in assertions if not eval(assertion)]
Expand Down

0 comments on commit 382de1b

Please sign in to comment.