From 90cbb49560e47e2a0123e1927564532c42103245 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Thu, 2 Jul 2020 14:16:40 +0100 Subject: [PATCH] added fixme: for some necessary required changes --- scripts/data_extraction.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scripts/data_extraction.py b/scripts/data_extraction.py index 578036c..60a00ec 100755 --- a/scripts/data_extraction.py +++ b/scripts/data_extraction.py @@ -28,6 +28,22 @@ Created on Tue Aug 6 12:56:03 2019 # 3) _metadata.csv # 4) _all_muts_msa.csv # 5) _mutational_positons.csv + +# FIXME +## Make all cols lowercase +## change WildPos: wild_pos +## Add an extra col: wild_chain_pos +## output df: _linking_df.csv +#containing the following cols +#1. Mutationinformation +#2. wild_type +#3. position +#4. mutant_type +#5. chain +#6. wild_pos +#7. wild_chain_pos + + #======================================================================= #%% load libraries import os, sys