galaxyproject / dunovo

Reference-free duplex sequencing pipeline.
Other
18 stars 6 forks source link

not needed anymore and causes more trouble that it solves #12

Closed bgruening closed 2 years ago

bgruening commented 6 years ago

xref: https://github.com/galaxyproject/tools-iuc/issues/1833

moskalenko commented 6 years ago

Unfortunately, it's not that simple:

[galaxy@galaxy3 galaxy]$ conda install dunovo Fetching package metadata ................. Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:

nsoranzo commented 6 years ago

@moskalenko The correct command is:

conda create -n __dunovo@2.0.12 dunovo==2.0.12

which works fine for me.

moskalenko commented 6 years ago

Thank you both for information.

NickSto commented 2 years ago

Implemented in 1de35de