eastgenomics / eggd_generate_variant_workbook

DNAnexus app for generating xlsx variant workbooks
3 stars 0 forks source link

Missing packages from requirements.txt and unused imports #125

Open jethror1 opened 2 years ago

jethror1 commented 2 years ago

Should include:

$ pip3 freeze
et-xmlfile==1.1.0
filetype==1.1.0
jarowinkler==1.2.1
Levenshtein==0.20.2
numpy==1.23.2
openpyxl==3.0.9
pandas==1.3.5
python-dateutil==2.8.2
python-Levenshtein==0.12.2
pytz==2022.2.1
rapidfuzz==2.5.0
six==1.16.0

Also some unused imports in test_vcf.py to clean up (from multiprocessing.dummy import Namespace, from types import new_class, from bleach import clean)