SqueezeMeta icon indicating copy to clipboard operation
SqueezeMeta copied to clipboard

Workflow, tool version outline

Open s-junguy opened this issue 2 years ago • 7 comments

Hi, is there a way I can get access to a list of tools and their version I ran within the pipeline?

s-junguy avatar Apr 11 '24 12:04 s-junguy

Hello The list of all features is in the manual. Version can be obtained with SqueezeMeta.pl -v (also in the manual)

jtamames avatar Apr 11 '24 12:04 jtamames

Thanks for your help but I not only need the version from the pipeline but also the versions from every single tool that has been executed within the pipeline. If I click on the links under "18. License and third-party software", I only get to the github site.

s-junguy avatar Apr 11 '24 12:04 s-junguy

The versions of the tools are the same than the pipeline

jtamames avatar Apr 11 '24 12:04 jtamames

If I execute SqueezeMeta.pl -v I only get

***
1.6.3, September 2023

but I also need the versions from every tool like trimmomatic, megahit etc. I still don't know where to find these versions...

s-junguy avatar Apr 11 '24 12:04 s-junguy

That's an oversight on our part, I don't think this is written anywhere explicitly You will have to check manually.

The /path/to/SqueezeMeta/scripts/SqueezeMeta_conf.pl has the location of the different tools used in SqueezeMeta (some we redistribute ourselves, some we obtain via conda). This should help you locating the different tools in order to get their version.

We definitely need to provide this information in a straightforward way, so I will leave this issue open until I write a fix.

fpusan avatar Apr 11 '24 12:04 fpusan

The tool list and URLs leading to tool's repos can be found in https://github.com/jtamames/SqueezeMeta#18-license-and-third-party-software

jtamames avatar Apr 11 '24 13:04 jtamames

Yeah but this doesn't include the actual versions that we are calling within SqueezeMeta. In most cases it is the latest version, but that can not be taken for granted

fpusan avatar Apr 11 '24 13:04 fpusan