Skip to content

Commit

Permalink
Merge pull request #11 from luissian/develop
Browse files Browse the repository at this point in the history
Refactorization of Analyze schema
  • Loading branch information
luissian authored Jan 5, 2024
2 parents 5a43cc0 + a25365c commit d212ab4
Show file tree
Hide file tree
Showing 22 changed files with 1,528 additions and 1,593 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ venv/
ENV/
env.bak/
venv.bak/
virtualenv/

# Spyder project settings
.spyderproject
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include LICENSE
include README.md
include requirements.txt
715 changes: 0 additions & 715 deletions analyze_schema.py

This file was deleted.

40 changes: 0 additions & 40 deletions create_schema.py

This file was deleted.

323 changes: 0 additions & 323 deletions distance_matrix.py

This file was deleted.

3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ dependencies:
- conda-forge::python>=3.6
- conda-forge::biopython==1.72
- conda-forge::pandas==1.2.4
- conda-forge::progressbar==2.5
- conda-forge::openpyxl==3.0.7
- conda-forge::plotly==5.0.0
- conda-forge::numpy==1.20.3
- conda-forge::rich==13.7.0
- conda-forge::python-kaleido
- bioconda::prokka>=1.14
- bioconda::blast>=2.9
- bioconda::mash>=2
Expand Down
Loading

0 comments on commit d212ab4

Please sign in to comment.