comparison ectyper @ 0:4b7f728bcd11 draft

planemo upload commit cd1454c40a43ad9da3d59e6ba8359318fc772c43-dirty
author cstrittmatter
date Wed, 28 Mar 2018 14:05:50 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4b7f728bcd11
1 #!/usr/bin/env python
2
3 """
4 Shell program for ectyper
5 """
6 import sys
7 import os
8 sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
9
10 from ectyper import ectyper
11
12 if __name__=='__main__':
13 ectyper.run_program()