Advertisement
Guest User

Untitled

a guest
May 20th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.69 KB | None | 0 0
  1. Bismark Genome Preparation - Step III: Launching the Bowtie 2 indexer
  2. Traceback (most recent call last):
  3.  File "/Shared/Research-rsmith/bowtie2-2.3.5.1/bowtie2-build", line 90, in <module>
  4.    main()
  5.  File "/Shared/Research-rsmith/bowtie2-2.3.5.1/bowtie2-build", line 87, in main
  6.    sys.exit(subprocess.call(list(argv)))
  7.  File "/usr/lib64/python2.7/subprocess.py", line 524, in call
  8.    return Popen(*popenargs, **kwargs).wait()
  9.  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
  10.    errread, errwrite)
  11.  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
  12.    raise child_exception
  13. OSError: [Errno 2] No such file or directory
  14. Parent process: Failed to build index
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement