Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

What's the 'dbscan' in mpi_args? #1

@shanpinliu

Description

@shanpinliu

Hello!
I got interested to reproduce the workflows, but it stop at the subprocess in functions of clusterZ() and runSubProcess().
The mpi_args, [ "dbscan", "-i", "-b", "-m", "-e", "-o" ], are unrecognizable on my PC, see outputs:

**>>>/usr/bin/dbscan-bin: invalid option -- 'i'

dbscan - scan a db file and dump the contents common options: -f specify db file, -R dump as raw data, ...**

I guess the 'dbscan' is a density-based-spatial-clustering module, but I cannot find any pipe importing it. My computer took it as a database scanning tool. Then, the other mpi_args were unmatched with the scanning tool, and dbscan aborted unexpectedly.
So, what's the 'dbscan', how to fix it?

Thanks in advance,
Best,
Shanpin

Metadata

Metadata

Assignees

No one assigned

    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