Skip to content

QUESTION: Can interclone be restructured as a package?

The top benefits of having a package using setup.py are: 2. for cli's, it would be convenient. For example extract_cluster_results <args> can be used instead of src/extract_cluster_results.py <args> 3. Easy to maintain different versions, etc.

  1. One can use import interclone like any other python package
Edited by Ayan Sengupta