Skip to content

unable to run biobox cli on mac #36

@nate-d-olson

Description

@nate-d-olson

Error with writing temp files. Error message below

biobox run short_read_assembler bioboxes/velvet --input reads.fq.gz --output contigs.fa
Traceback (most recent call last):
  File "/Users/nolson/Library/Python/2.7/bin/biobox", line 9, in <module>
    biobox.run()
  File "/Users/nolson/Library/Python/2.7/lib/python/site-packages/biobox_cli/main.py", line 30, in run
    util.select_module("command", opts["<command>"]).run(args)
  File "/Users/nolson/Library/Python/2.7/lib/python/site-packages/biobox_cli/command/run.py", line 26, in run
    ctnr = bbx.run(argv)
  File "/Users/nolson/Library/Python/2.7/lib/python/site-packages/biobox_cli/biobox_helper.py", line 48, in run
    self.after_run(output, output_dir)
  File "/Users/nolson/Library/Python/2.7/lib/python/site-packages/biobox_cli/biobox_type/short_read_assembler.py", line 39, in after_run
    biobox_output = fle.get_biobox_file_contents(host_dst_dir)
  File "/Users/nolson/Library/Python/2.7/lib/python/site-packages/biobox_cli/biobox_file.py", line 9, in get_biobox_file_contents
    with open(os.path.join(dir_, 'biobox.yaml'), 'r') as f:
IOError: [Errno 2] No such file or directory: '/var/folders/nn/7vxcyd6j6h75rp1zxxg71q78001_l1/T/tmprPDTht/biobox.yaml'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions