Skip to content

Filename collisions on osx hfs+ filesystem #52

@jchodera

Description

@jchodera

The osx default filesystem (HFS+) is case-insensitive, which means the decision to use filename case in naming the des370k/SDFS/ and writing out individual files using SMILES strings instead of a single multi-molecule SDFs causes filename collisions and the repository cannot be properly checked out:

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'des370k/SDFS/C1CCCCC1.sdf'
  'des370k/SDFS/c1ccccc1.sdf'
  'des370k/SDFS/C1CCCNC1.sdf'
  'des370k/SDFS/c1cccnc1.sdf'
  'des370k/SDFS/CC1CCCCC1.sdf'
  'des370k/SDFS/Cc1ccccc1.sdf'
  'des370k/SDFS/OC1CCCCC1.sdf'
  'des370k/SDFS/Oc1ccccc1.sdf'

As a resolution, I repeat my previous suggestion that this should be a single multi-molecule SDF file where all SDFs are collated and titled appropriately within the file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions