Some comments:
- I am aware that a GUI can be implemented into the Windows 10 Linux. A google search does the magic
- The Windows 10 Linux has a compiler installed, and you can install and update and upgrade anything since the apt-get utility is provided. In fact, I compile the Kallisto program using the source code. This includes the possibility of adding repositories.
- You don't use a windows cmd. Linux within Windows 10 uses its own command lane window
- There are binaries that I did compile in a true Ubuntu machine, that I moved to the Windows Linux, and it worked for me
- I did not play with perl and/or python extensively, but I can recall that they are installed already when you install the Windows 10 Linux
While having bash shell available in windows is a convenience it may be a stretch to expect to use it as a full fledged replacement for unix in this 1.0 release. Being able to ssh/sftp without need of an external program is a good start (for me).
I was excited about this Linux kernel on Windows 10, since it is a truly Ubuntu Linux with Canonical support. I must recognize that I was trying to use it as a replacement and that my expectations are very high. This is in part due that it is very much convenient for my students.
Sorry to say that I am already disappointed
Btw, FastQC should run in windows java, shouldn't it, why run it in wsl?
to teach my students how to use a program under the command lane. This is my purpose.
I know that it can work under native windows, but there are many programs that need to be used under the command lane. In addition, we have access to supercomputers that need to be used under the command lane. No graphical environment is provided
About fastqc, it's a bit odd it causes problems since it's Java and should run anywhere with the appropriate Java virtual machine. Maybe it's the perl wrapper script that has issues...?
Adding to this Nextflow does not work on new windows bash either.