czbiohub-sf / orpheum

Orpheum (Previously called and published under sencha) is a Python package for directly translating RNA-seq reads into coding protein sequence.
MIT License
18 stars 4 forks source link

multiprocessing for sencha translate #89

Closed pranathivemuri closed 4 years ago

pranathivemuri commented 4 years ago

will work on top of #88

PR #88 has added changes where the pandas dataframe was creating with the coding scores, now we just use a list of scores instead This PR adds multiprocessing and does a map-reduce-combine approach -

For this to work two flags are introduced intermediate_directory and processes

PR checklist