BaselAbujamous / clust

Automatic and optimised consensus clustering of one or more heterogeneous datasets
Other
160 stars 35 forks source link

clust not working after installing via bioconda #73

Open ethanjredmond opened 2 years ago

ethanjredmond commented 2 years ago

Clust threw an error when running on a .tsv file with TPM numbers. I installed via bioconda and ran using default settings.

Conda env: clust_environment.txt

Test output from clust: clust_error.txt

ijhoskins commented 2 years ago

@ethan-redmond I was able to install clust through Conda using a very simple configuration:

name: clust
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python>=3
- clust