Skip to content

Commit

Permalink
remove unnecesary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Apr 19, 2024
1 parent 397edca commit a40265e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion conda-enviroment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ dependencies:
- pytest
- tqdm
- pyahocorasick
- bioconda::deeplc
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ def readme():
'pyopenms',
'matplotlib',
'tqdm',
'pyahocorasick',
'deeplc'
'pyahocorasick'
],
python_requires=">=3.6",
scripts=['pypgatk/pypgatk_cli.py'],
Expand Down

0 comments on commit a40265e

Please sign in to comment.