Menu

#1 goBambus2 - IndentationError

open
nobody
None
5
2013-08-13
2012-10-18
Satishkumar
No

$ goBambus2 -h
File "/opt/amos-3.1.0/bin/goBambus2", line 364
p = subprocess.Popen(AMOSDIR+"OutputResults -b %s -prefix %s %s"%(amosbank, prefix+".scaff.linear"), shell=True, stdin=subprocess.PIPE, stdout=vtext, stderr=logfile)
^
IndentationError: unindent does not match any outer indentation level

Hi All,

Above is the error I have been hitting out can you help me to solve this issue.

Satish

Discussion

  • Yifang Tan

    Yifang Tan - 2013-06-02

    Manually add an extra space in front of p would solve this problem.

     

Log in to post a comment.