comparison tripal.py @ 2:16acaa0aa58c 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:48:01 -0400
parents 5ce8ae1288c1
children
comparison
equal deleted inserted replaced
1:f772d70f80e9 2:16acaa0aa58c
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