Skip to content

Commit

Permalink
utils directory is moved to sniffles/
Browse files Browse the repository at this point in the history
utils is a common name for a directory so it could be the case another
applications has same directory and I am not sure what conda is going
to do.
edlib and psutil have been moved to required dependencies
  • Loading branch information
lfpaulin committed Apr 10, 2024
1 parent 7afd19d commit 2cdffd4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,10 @@ packages = find:
python_requires = >=3.10
install_requires:
pysam>=0.21.0
scripts:
src/sniffles/sniffles

[options.extras_require]
align =
edlib>=1.3.9
mem =
psutil>=5.9.4
all =
edlib>=1.3.9
psutil>=5.9.4
scripts:
src/sniffles/sniffles

[options.packages.find]
where = src
2 changes: 1 addition & 1 deletion src/sniffles/sniffles
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import logging
import logging.config
from typing import Optional

from utils.resmon import ResourceMonitor
from sniffles.utils.resmon import ResourceMonitor

DEV_MONITOR_MEM = False

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2cdffd4

Please sign in to comment.