Open samsledje opened 8 months ago
Can use Python tempfile for this and should definitely use sp.Popen or sp.call (or the native ANARCI python interface) for this
tempfile
sp.Popen
sp.call
Update ANARCI calls to safer interface
Can use Python
tempfile
for this and should definitely usesp.Popen
orsp.call
(or the native ANARCI python interface) for this