annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
1 import os
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
2 import subprocess
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
3
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
4
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
5
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
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)