Version Differences for Instruction

(CISA.py)
(CISA.py)
Line 72:
  #R2_Gap<br/>A threshold used in the phase 2 of CISA.    #R2_Gap<br/>A threshold used in the phase 2 of CISA. 
       
- Troubleshooting:   + '''Troubleshooting:'''  
  f=open('CISA1/result'+str(count)+'.coords')    f=open('CISA1/result'+str(count)+'.coords') 
  IOError: [Errno 2] No such file or directory: 'CISA1/result0.coords'    IOError: [Errno 2] No such file or directory: 'CISA1/result0.coords' 
       
  Please check the path for nucmer.    Please check the path for nucmer. 
       
    + f=open(path+'/result_blast.txt')  
    + IOError: [Errno 2] No such file or directory:  
    + Please check the path for nucmer.  
       
  == Example ==    == Example ==