PalMuc / TransPi

TransPi – a comprehensive TRanscriptome ANalysiS PIpeline for de novo transcriptome assembly
Other
26 stars 14 forks source link

precheck not installing software #37

Closed hcliedtke closed 2 years ago

hcliedtke commented 2 years ago

Hi, thanks for developing this nice pipeline, it looks really promising. I am trying to follow the manual, but it seems like the precheck_TransPi.sh script is not installing any software. It seems to download all of the DBs, but when I proceed to run the full TransPi analysis, it stops almost immediately because it cannot find fastp. In fact, I don't seem to find any of the dependencies installed on my system. It is my understanding that the precheck_TransPi script should have handled that. Am I missing something? Sorry if this has been addressed elsewhere, or if I am missing something obvious.

rivera10 commented 2 years ago

Hello @hcliedtke,

The precheck (previous versions) was in charge of tools installation. However, that was modified to also provide the option of containers.

Can you show me how you called the tool? Perhaps you are missing the -profile option and to tell TransPi what to use for tools installation: conda, singularity or docker.

For example, to use conda add -profile conda when you call TransPi.

Let me know if that works.

Best, Ramon

hcliedtke commented 2 years ago

Hi @rivera10. Thanks so much! that was the problem. Setting -profile conda resolved it.