In [1]:
# directory where you want the spacer blasting to be done
## CHANGE THIS!
workDir = "/home/nyoungb2/t/CLdb_Ecoli/spacer_pres-abs/"
In [2]:
import os
from IPython.display import FileLinks
%load_ext rpy2.ipython
In [3]:
if not os.path.isdir(workDir):
os.makedirs(workDir)
In [6]:
# checking that CLdb is in $PATH & ~/.CLdb config file is set up
!CLdb --config-params
In [5]:
!cd $workDir; \
CLdb -- subtypePA_ITOL -h
In [8]:
!cd $workDir; \
CLdb -- subtypePA_ITOL
In [9]:
!cd $workDir; \
CLdb -- subtypePA_ITOL -a
In [ ]: