KlugerLab / FIt-SNE

Fast Fourier Transform-accelerated Interpolation-based t-SNE (FIt-SNE)
Other
593 stars 108 forks source link

Windows installation - #126

Closed mah533 closed 1 year ago

mah533 commented 1 year ago

" ... Windows A Windows binary is available here. Please extract to the bin/ folder, and you should be all set. ... " sorry but where exactly this "bin" folder should be? please provide a bit more "absolute" address.

If it helps, I am trying to install and run https: /berenslab/rna-seq-tsne.

in the demo.py, tsne_default = fast_tsne(X, seed=42) is called, which in turn the subprocess.call(os.path.dirname(os.path.realpath(__file__)) + "/bin/fast_tsne", ... is called. So I need the exact location of the "bin" folder.

where the FIt-SNE folder should be located? does its relative location to rna-seq-tsne folder matter?

regards

mah533 commented 1 year ago

Resolved!

If anybody else faced the same issue, (as also stated in the README file of FIt-SNE):

hope it helps. It's all in the README file. thanks Dr. Kobak! regards