simon-anders / htseq

HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.
https://htseq.readthedocs.io/en/release_0.11.1/
GNU General Public License v3.0
122 stars 77 forks source link

Where is Windows installer of HTSeq. #99

Closed vivekruhela closed 4 years ago

vivekruhela commented 4 years ago

As per the documentation of HTSeq, the windows installer is avaialble at HTSeq download page but when I checked it, I see .whl files for only linux and macOS. Can anyone suggest me how to install htseq in windows or where is the windows installer of htseq. Thanks.

iosonofabio commented 4 years ago

Thanks for asking. I don't have a Windows machine so at the moment only osx and Linux are supported.

If you manage to install it on Win, please let me know how do I can add it to the docs

On Tue, Mar 17, 2020, at 15:02, vivekruhela wrote:

As per the documentation of HTSeq, the windows installer is avaialble at HTSeq download page https://pypi.org/project/HTSeq/#files but when I checked it, I see .whl files for only linux and macOS. Can anyone suggest me how to install htseq in windows or where is the windows installer of htseq. Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/simon-anders/htseq/issues/99, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJFEAGWH454XQFV4QUBUZLRH3Y63ANCNFSM4LM6ZBDA.

iosonofabio commented 4 years ago

Both

On 3/17/20 5:00 PM, vivekruhela wrote:

Thanks for the reply. Is this tool written in C or in python?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/simon-anders/htseq/issues/99#issuecomment-599892598, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJFEAH5A7WSOJASJGP6SCLRH4GXBANCNFSM4LM6ZBDA.

vivekruhela commented 4 years ago

While building this tool in MinGw64, I am getting an error of missing thread.h and c++11 compiler is requrired (screenshot attached) Screenshot (96) . I think I am using I am using latest GCC compiler so c++11 error should not come (Am I wrong!!). Can you suggest me how to get thread.h for my window-based compiler. Thanks.

iosonofabio commented 4 years ago

As mentioned, I don't have Windows so I can't help you to well. But try and make sure your GCC supports c++11. What version of gcc are you using?

On Thu, Mar 19, 2020, at 17:38, vivekruhela wrote:

While building this tool in MinGw64, I am getting an error of missing thread.h and c++11 compiler is requrired (screenshot attached) Screenshot (96) https://user-images.githubusercontent.com/13174913/77038629-42a33280-69da-11ea-9f74-d4f458b4d0b8.png . I think I am using I am using latest GCC compiler so c++11 error should not come (Am I wrong!!). Can you suggest me how to get thread.h for my window-based compiler. Thanks.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/simon-anders/htseq/issues/99#issuecomment-601013637, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJFEABKI3PAF5JEJAMQIGDRIG4XVANCNFSM4LM6ZBDA.

vivekruhela commented 4 years ago

Here is the gcc version:

$ gcc --version
gcc.exe (Rev1, Built by MSYS2 project) 9.3.0
iosonofabio commented 4 years ago

I'm not sure how to help you since I don't have minigw or windows myself. In any case, thread.h seems like a very basic header file and is not related directly to HTSeq. Indeed, the compiler is trying to get some perl thing done for bcftool so it seems like you are reporting the issue for the wrong package.

Closing