Entering edit mode
22 months ago
v.berriosfarias
▴
140
Hello, I had to uninstall miniconda3 on my previous HPC. The point is that I made a backup of the miniconda3 directory where all my programs and environments are.
Is there a way to see the version of the programs on that directory ?
lets say I have bowtie2-align-s program under
/path-to/vberrios/miniconda3/envs/bowtie2/bin/bowtie2-align-s
this is a binary file but I need to check its version.
How can I do that?
Thanks for your time,
ValentÃn.
Can you still run the exporter? https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#exporting-the-environment-yml-file
The output would contain all package versions.
Have you tried
as my packages under miniconda3 are not installed, I got this:
bowtie2 --version
sh: /path-to/bowtie2-align-s: cannot execute binary file (ERR): Description of arguments failed! Exiting now ...
Not sure what to tell you. Perhaps someone else will have an idea.