-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels