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

fix click reporting arg specification #101

Closed bluegenes closed 3 years ago

bluegenes commented 3 years ago

Closes #100.

Default values for several reporting file arguments were set to False instead of None, which led click to infer that these were supposed to take boolean type input. This PR changes those defaults to None.

Also fixes minor issues in two unrelated tests.

PR checklist

bluegenes commented 3 years ago

ready for review @olgabot @pranathivemuri. Tests passing locally, seems to be installation issues on gh...

pranathivemuri commented 3 years ago

the code looks good to me, have never seen the github action error though and couldn't get a good search result by googling the error either