comparison tripal.py @ 2:976020e5c924 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
author gga
date Thu, 21 Jun 2018 08:47:37 -0400
parents 81f5e6980725
children
comparison
equal deleted inserted replaced
1:f0d2f2324041 2:976020e5c924
1 import collections 1 import collections
2 import os 2 import os
3 import time 3 import time
4
5 from abc import abstractmethod 4 from abc import abstractmethod
6 5
7 import tripal 6 import tripal
8 7
9 8