Mercurial > repos > gga > apollo_create_account
comparison fetch_organism_jbrowse.py @ 16:4539d2622aa6 draft
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 7bf18c69becc57152efdadedf7ebd0bcfa382a15"
| author | gga |
|---|---|
| date | Mon, 29 Jun 2020 12:59:53 +0000 |
| parents | a5388eab6383 |
| children |
comparison
equal
deleted
inserted
replaced
| 15:28e83588bc1e | 16:4539d2622aa6 |
|---|---|
| 55 return False | 55 return False |
| 56 return True | 56 return True |
| 57 | 57 |
| 58 | 58 |
| 59 if __name__ == '__main__': | 59 if __name__ == '__main__': |
| 60 parser = argparse.ArgumentParser(description='Sample script to add an attribute to a feature via web services') | 60 parser = argparse.ArgumentParser(description='Script to fetch organism data dir from apollo') |
| 61 OrgOrGuess(parser) | 61 OrgOrGuess(parser) |
| 62 parser.add_argument('target_dir', help='Target directory') | 62 parser.add_argument('target_dir', help='Target directory') |
| 63 parser.add_argument('email', help='User Email') | 63 parser.add_argument('email', help='User Email') |
| 64 | 64 |
| 65 args = parser.parse_args() | 65 args = parser.parse_args() |
