Skip to content

Istallation command amendment #3

Description

@SotiriosVasileiadis

Hi Blake et al,

Many thanks for this amazing tool!

Tried to install according to the mamba commands... e.g.

mamba create -n sourceapp --file path/to/SourceApp/dependencies/sourceapp.yml

and came across the following error:

could not parse '- bioconda' in: dependencies/sourceapp.yml

CondaValueError: could not parse '- bioconda' in: dependencies/sourceapp.yml

Seems that this command parses all lines as packages. Adding the "env" flag fixed that:

mamba env create -n sourceapp --file path/to/SourceApp/dependencies/sourceapp.yml

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions