trying to look the version of the programs under miniconda3 directory
0
0
Entering edit mode
14 months ago

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.

miniconda3 versions • 613 views
ADD COMMENT
1
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

Have you tried

/path-to/vberrios/miniconda3/envs/bowtie2/bin/bowtie2 --version
ADD REPLY
0
Entering edit mode

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 ...

ADD REPLY
0
Entering edit mode

Not sure what to tell you. Perhaps someone else will have an idea.

ADD REPLY

Login before adding your answer.

Traffic: 2594 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6