This is a test version of Biostars. For the public version, visit https://www.biostars.org.
galaxy run error

hello every one I want to run galaxy and use it so I inserted this commands :

$ git clone -b release_17.09 https://github.com/galaxyproject/galaxy.git
$ sh run.sh

but I got this error :

cannot run sh

would you please help me?

rna-seq

thank you so much I understood that i forgot to change directory so it identified sh.

1 answer

Replace sh with bash (why your system lacks sh is beyond me). As an aside, you probably want to post such questions to the galaxy support site rather than here.

Log in to answer this question.