This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to install Fastx Toolkit in Windows 64 bits?

Hello!

I'm a biochemistry student working on trimming sequences from Illumina so I want to install FastX-Toolkit. I'm using bash in a Windows 64 bits'pc but I can't find the pre-compiled binaries corresponding to this operating system. Can someone help me?

sequencing

1 answer

AFAIK bash on WIndows is an Ubuntu flavor, so you should be fine using any regular linux x64 binaries or even an Ubuntu specific one. Not sure if you can use the sudo apt-get install though.

EDIT: Turns out you can use sudo apt-get install fastx-toolkit on bash-Win10

It works. Thank you so much!

Please accept the answer if it worked for you.

Log in to answer this question.