OH-AU

Results 9 issues of OH-AU

rust mv is removing data and directory structure (ignoring the bad practice demonstrated here) **gnu mv** ``` mkdir mv-test cd mv-test mkdir mv-test-sub touch test.txt mv-test-sub/test2.txt cd mv-test-sub mv ../*...

U - mv
good first issue

This behaviour is different to the GNU utilities: Tested with coreutils ver. 0.0.17 In a directory that contains only .py files (and therefore no .sh files) chmod u+x *.sh *.py...

U - chmod
good first issue

Using cmake results in bowtie-*-l and bowtie-*-s in being identical files. Using the makefile to build the binaries results in different binaries for -l and -s files. Tested in the...

Feature request - could we add a --config/--config-file option so that users can specify their own config files. Use case in case I've missed something obvious: long_sequence_inference=False I could not...

Hopefully a useful suggestion: local install of openfold, when attempting to run get: from scripts.utils import add_data_args ModuleNotFoundError: No module named 'scripts.utils' this was due to an existing "scripts" package...

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

bug

In ticket #10 there is a reference to running rapt in offline mode. We also have a need to do this. I've managed to modify the python script so it...

### Describe the issue: When running numpy.test() - all tests pass as expected on the first run. If you attempt to run the command a second time in the same...

00 - Bug

To successfully compile with clang 18, I needed to add: #define _GNU_SOURCE to ONElib.c No other change required. There may of course be a better way to address the issue?...