added pdb_chain splitter code and wrapper

This commit is contained in:
Tanushree Tunstall 2020-05-13 16:54:20 +01:00
parent 3425d8fa2b
commit 65db4a090e
5 changed files with 114 additions and 2 deletions

View file

@ -61,7 +61,6 @@ drug = args.drug
gene = args.gene
gene_match = gene + '_p.'
# building cols to extract
dr_muts_col = 'dr_mutations_' + drug
other_muts_col = 'other_mutations_' + drug