Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

structural distance script #10

Open
tylernstarr opened this issue May 1, 2022 · 1 comment
Open

structural distance script #10

tylernstarr opened this issue May 1, 2022 · 1 comment
Assignees

Comments

@tylernstarr
Copy link
Collaborator

@wsdewitt my udpates to the pipeline are integrated now. Can you please add your script that generates the ligand-distance of each residue? (Does whatever package you're using also have an easy way to calculate relative solvent accessibility? If so, I might be interested in that too.... it can be a pain to calculate though so if there's not a native function don't sweat it)

It would be great if you could do several other things to enable me to easily integrate into pipeline:

  • reference important input and output files via the config.yaml file. For example, I already have config['pdb'] reference to the pdb file in the ./data subdir. It would be good if in your script you read in from config instead of hardcoding the pdb path, so that if we update the pdb it all just 'works'
  • similarly, if whatever output csv you generate (and subdir within the ./results folder) could be referenced in your script via config pointers, and you can add them to the config
  • I'll check the packages loaded at the beginning of the script to make sure they're present in the conda environment I currently build in this repo so it's all squeaky clean
    thank you!
@wsdewitt wsdewitt self-assigned this May 1, 2022
@wsdewitt
Copy link
Collaborator

wsdewitt commented May 4, 2022

@tylernstarr I haven't gotten to this yet, but just wanted to mention I was thinking similarly about looking at how solvent proximity and expression/polyspecificity mutation effects might be related. I bookmarked this ResidueDepth biopython module, and will plan to try it out if you think this is a good direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants