$ 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
Manually add an extra space in front of p would solve this problem.
This is fixed in the repository. You can also use the latest code from git instead of the release following the build instructions here: https://sourceforge.net/apps/mediawiki/amos/index.php?title=AMOS_Getting_Started