comparison tripal.py @ 2:8fea07ae5d94 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:49:13 -0400
parents c401f51b12cc
children
comparison
equal deleted inserted replaced
1:73d61745dcf2 2:8fea07ae5d94
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