Mercurial > repos > cstrittmatter > ectyper_v1
view ectyper @ 0:4b7f728bcd11 draft
planemo upload commit cd1454c40a43ad9da3d59e6ba8359318fc772c43-dirty
author | cstrittmatter |
---|---|
date | Wed, 28 Mar 2018 14:05:50 -0400 |
parents | |
children |
line wrap: on
line source
#!/usr/bin/env python """ Shell program for ectyper """ import sys import os sys.path.append(os.path.join(os.path.dirname(__file__), "..")) from ectyper import ectyper if __name__=='__main__': ectyper.run_program()