Mercurial > repos > charles_s_test > seqsero
comparison run_seqsero_batch_galaxy.py @ 2:381e1e7109fc draft default tip
planemo upload commit 464b391afaa5819bc681452e85bea9d882730eb6-dirty
| author | charles_s_test |
|---|---|
| date | Sun, 12 Nov 2017 02:26:17 -0500 |
| parents | 8db411fab3e1 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:139f1e77d834 | 2:381e1e7109fc |
|---|---|
| 11 from subprocess import Popen, PIPE | 11 from subprocess import Popen, PIPE |
| 12 from sqlalchemy import * | 12 from sqlalchemy import * |
| 13 from datetime import datetime | 13 from datetime import datetime |
| 14 | 14 |
| 15 print 'monkey found some files', sys.argv | 15 print 'monkey found some files', sys.argv |
| 16 engine = create_engine('postgresql+psycopg2://galaxy:cF$cl0udh9c@galaxyprod.cvkyaz9id4ml.us-east-1.rds.amazonaws.com:5432/galaxy') | 16 engine = create_engine('postgresql+psycopg2://galaxy:cF$cl0udh9c@galaxydev.cvkyaz9id4ml.us-east-1.rds.amazonaws.com:5432/galaxy') |
| 17 print 'monkey says "vroom vroom"' | 17 print 'monkey says "vroom vroom"' |
| 18 connection = engine.connect() | 18 connection = engine.connect() |
| 19 print "monkey made a connection!" | 19 print "monkey made a connection!" |
| 20 | 20 |
| 21 # database = '/nfs/sw/apps/galaxy-dev/galaxy/database/universe.sqlite' | 21 # database = '/nfs/sw/apps/galaxy-dev/galaxy/database/universe.sqlite' |
