NaegleLab / CoDIAC

Other
0 stars 0 forks source link

Need to modify translateFeatures.py so that multiple feature types can be translated in one run #32

Closed gmart98 closed 4 months ago

gmart98 commented 1 year ago

Currently, the translateFeatures code does not allow for the creation of a new feature file that contains multiple features in one. (for example, I cannot translate the non-canonical merged file because there are SH2 domain NC contacts, kinasedom contacts, ptp_cat, etc that are listed as different features, so I have had to translate each feature set separately.

Describe the solution you'd like Code creates a new feature file that includes multiple feature types so that other users do not have to separate their files by feature type. Similar to how the integrateFeatures function can handle multiple feature types.

Tasks

Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.