biocompute-objects / biocompute-objects/bcotool

Calling BCO uses global python

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Using the Readme instructions to add to path causes the tool to call the globally set python version, which can lead to execution errors..

```shell
File "/usr/local/bin/bco", line 965, in create_mapping_file
index_path = line.removeprefix("On instance").removesuffix(":\n")
AttributeError: 'str' object has no attribute 'removeprefix'
```
Identified by this post:
https://stackoverflow.com/questions/67730095/removeprefix-for-string-object-is-not-an-attribute

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.