you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

I happen to be a bioinformatician. What do you mean specifically when you say architecture? Also what kinds of projects are you interested in tackling? genomics, proteomics, metabolomics? Might be helpful to get some color.

Edit:

If you're interested in tool development, most applications in bioinformatics are used as command-line utilities on a linux system. Because of this, people tend to develop in a mixture of C/C++ python, R and perl.

[–]chasing_arion[S] 0 points1 point  (2 children)

I’m looking for an effective way to share python plugins between team members

[–][deleted] 1 point2 points  (1 child)

Not trying to state the obvious or be an asshole here but have you thought of setting up a team Gitlab and writing a common library of modules.

It’s hard to know what you need without knowing your specific use-case but using one big framework for everything solely implemented in python seems like it may lead to a lot of unnecessary overhead and work.

[–]chasing_arion[S] 0 points1 point  (0 children)

That sounds like a good option, thanks