Skip to content

Cannot build. Relies on environment dependencies for Heyler10gbData #6

Description

@AnonymousJavaDev

a simple workflow like:

git clone https://github.com/tag-bio/umap-java.git
cd umap-java
mvn install

does not work. It is failing on the tests in the tagbio.umap.Heyler10gbData class.

It appears that it is expecting the user to set three environment variables:
...
super( java.lang.System.getenv("TAGBIO_HEYLERTEST_10GB"));
...
super( java.lang.System.getenv("TAGBIO_HEYLERTEST_20GB"));
...
super( java.lang.System.getenv("TAGBIO_HEYLERTEST_30GB"));

With no description of what those are supposed to do.

Commenting out this file entirely builds as expected... Perhaps this should be someone's personal test, not a global test?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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