Mercurial > repos > gga > apollo_iframe
comparison create_features_from_gff3.py @ 4:2e5a2f253ad0 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit a3fcc5a9fa19ef4031b759e918c444fc7c186265
| author | gga |
|---|---|
| date | Thu, 08 Feb 2018 11:36:00 -0500 |
| parents | ff2b57ecf5e9 |
| children | 8fe4b02c067b |
comparison
equal
deleted
inserted
replaced
| 3:3594703b730c | 4:2e5a2f253ad0 |
|---|---|
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
| 2 import argparse | 2 import argparse |
| 3 import logging | 3 import logging |
| 4 import sys | 4 import sys |
| 5 import time | 5 import time |
| 6 | |
| 7 from builtins import str | 6 from builtins import str |
| 8 | 7 |
| 9 from BCBio import GFF | 8 from BCBio import GFF |
| 10 | 9 |
| 11 from webapollo import AssertUser, GuessOrg, OrgOrGuess, WAAuth, WebApolloInstance, featuresToFeatureSchema, retry | 10 from webapollo import AssertUser, GuessOrg, OrgOrGuess, WAAuth, WebApolloInstance, featuresToFeatureSchema, retry |
