jgi-kbase / IDMappingService

Service for mapping data IDs between namespaces.
MIT License
0 stars 3 forks source link

SCT-1243 Add create user fn to cli #71

Closed MrCreosote closed 6 years ago

MrCreosote commented 6 years ago

Also simplify input logic. The CLI will be very rarely used, so no need for complex logic so multiple commands can occur with one invocation.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 152


Files with Coverage Reduction New Missed Lines %
src/jgikbase/idmapping/cli.py 1 94.95%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 151: 0.07%
Covered Lines: 789
Relevant Lines: 847

💛 - Coveralls
MrCreosote commented 6 years ago

per @jayrbolton I can do the decorator later