Closed thierryjanssens closed 6 years ago
Has been solved, since the problem was identified.
wget downloaded the html page instead of the yaml.
Hi Thierry, Was just looking into it but good that you solved it. Hope the rest works. Cheers, Tim
Hi Tim,
after having executed
$conda env create -f environment_linux.yml -n basta
all the dependencies from the yaml were installed the environment, but no basta executable was found in the environments bin folder. Maybe I have overlooked something?
Cheers,
Thierry
Hi Thierry, The conda environment is just for the dependancies, you still need to git clone and cd to the Basta bin directory. AFAIK, Basta is not (yet) distributed as a package
Sorry to hit up an old issue, but will there be a pypi and/or conda release of of BASTA
any time soon? My research lab tries to only use software that can be installed and maintained with a package manager (preferably conda). This helps increase bioinformatics analysis reproducibility, which is sadly still often lacking for many studies.
Fair enough. I will try to free up some time in the next weeks and look into it.
Hi all, Just in case it's still of interest: I re-wrote some functions and also build a conda repo. BASTA plus dependencies can now be installed completely using conda:
conda -c bioconda -c bnoon -c timkahlke basta
Hope it works
That's great! Thanks for creating it!
Hi,
upon an attempt to install basta in conda I go the following error. The yaml file seems to be badly interpreted. $ wget https://github.com/timkahlke/BASTA/blob/master/environment_linux.yml $ conda env create -f environment_linux.yml
...
$ /data/anaconda3/bin/conda-env create -f ./environment_linux.yml
Regards,
Thierry