comparison tripal.py @ 2:52f0e9417dc1 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:34 -0400
parents 7fff65c442fe
children
comparison
equal deleted inserted replaced
1:6c15d4e96b84 2:52f0e9417dc1
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