tophat2d / tophat

:tophat: a 2d game library for Umka
https://tophat2d.dev
BSD 3-Clause "New" or "Revised" License
72 stars 5 forks source link

Tophat, Tophat-fusion #56

Closed muhammadharoon786 closed 2 years ago

muhammadharoon786 commented 2 years ago

How can I solve this error? I want to run the Tophat for the CIRIexporer2 related work. When I run Tophat, it does not work without running the Tophat module. So when I run both modules together, I face the below mentioned problem. Please suggest me a solution. I am not expert in bioinformatics. Thanks!

$ module load Bowtie2 Tophat Python/2.7.15(14):ERROR:150: Module 'Python/2.7.15' conflicts with the currently loaded module(s) 'Python/3.6.5' Python/2.7.15(14):ERROR:102: Tcl command execution failed: conflict Python

marekmaskarinec commented 2 years ago

are you talking about the correct tophat?

skejeton commented 2 years ago

Yes indeed I think they got the wrong one..

@muhammadharoon786 You might want to refer to http://ccb.jhu.edu/software/tophat/ or https://github.com/BenLangmead/bowtie2 instead.

This repository is for tophat game library, sorry for confusion.

muhammadharoon786 commented 2 years ago

thanks all. I am sorry for poasting here. But If somebody knows the answer, please suggest. I am talking about the tophat which is used for the sequencing analysis of genomes.

skejeton commented 2 years ago

No worries.

I don't know much about python and especially biotech, but it seems like your python versions are conflicting. Try running module unload 'Python/3.6.5' before running module load Bowtie2 Tophat. Good luck.