Mercurial > repos > bitlab > plidflow
comparison PLIDflow/scripts/wrapperDraw.py @ 6:795e11fac81b draft default tip
Included new tools for standardization
| author | bitlab |
|---|---|
| date | Wed, 22 Apr 2020 06:12:00 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 5:97f12f7cc852 | 6:795e11fac81b |
|---|---|
| 1 import os | |
| 2 import subprocess | |
| 3 | |
| 4 | |
| 5 | |
| 6 subprocess.run("bash -c 'conda activate /home/galaxy-bitlab/galaxy/tools/PLIDflow/scripts/CONDA_ENV && python /home/galaxy-bitlab/galaxy/tools/PLIDflow/scripts/draw_molecule.py && conda activate base'", shell=True) |
