From 868bfc45ea462f101cdcc086ea2254c516f2f3c3 Mon Sep 17 00:00:00 2001 From: Rafael Artinano Date: Fri, 28 Feb 2025 14:57:43 +0100 Subject: [PATCH] added requirements.txt --- Code Approach 1 and 2 (2.1 - 2.2)/metrics.py | 3 --- requirements.txt | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 requirements.txt diff --git a/Code Approach 1 and 2 (2.1 - 2.2)/metrics.py b/Code Approach 1 and 2 (2.1 - 2.2)/metrics.py index ce704c0..dddb15c 100644 --- a/Code Approach 1 and 2 (2.1 - 2.2)/metrics.py +++ b/Code Approach 1 and 2 (2.1 - 2.2)/metrics.py @@ -4,9 +4,6 @@ import Levenshtein import csv import ast import numpy as np -from descarteProteinas import remplazar_ID_for_sequence as rp -from descarteProteinas import substitute_or_remove_prot_id -from generate_the_excel import substitute_or_remove_prot_id def similitudProteinas(sequences): output = [] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..69fd013 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,17 @@ +numpy +pandas +Levenshtein +minineedle +re +biopython +minineedle +swalign +pybind11 +multiprocessing +blosum +scipy +scikit-learn +mysql-connector-python +matplotlib +seaborn + -- 2.24.1