Mercurial > repos > gga > apollo_iframe
comparison export.py @ 4:a10003dc6c85 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 70fbb41d4c6b0a08a7bed4849a5ae7c865e1ab1e
| author | gga |
|---|---|
| date | Mon, 12 Mar 2018 06:31:48 -0400 |
| parents | 99b348a1d355 |
| children | 207c1c281360 |
comparison
equal
deleted
inserted
replaced
| 3:951ef9b7bafc | 4:a10003dc6c85 |
|---|---|
| 7 | 7 |
| 8 from BCBio import GFF | 8 from BCBio import GFF |
| 9 | 9 |
| 10 from Bio import SeqIO | 10 from Bio import SeqIO |
| 11 | 11 |
| 12 from future import standard_library | |
| 13 | |
| 14 from webapollo import CnOrGuess, GuessCn, WAAuth, WebApolloInstance | 12 from webapollo import CnOrGuess, GuessCn, WAAuth, WebApolloInstance |
| 15 | 13 |
| 16 standard_library.install_aliases() | |
| 17 try: | 14 try: |
| 18 import StringIO as io | 15 import StringIO as io |
| 19 except ImportError: | 16 except ImportError: |
| 20 import io | 17 import io |
| 21 | 18 |
