I have spent some time trying to get MuSiC to work through Ubuntu. The initial installation command:
wget -q -O - https://apt.genome.wustl.edu/ubuntu/files/install.sh | sudo bash
sits for quite some time not achieving anything. So I attempted to follow the repository linking commands but at
wget https://apt.genome.wustl.edu/ubuntu/files/genome-institute.asc
the terminal tries to connect to apt.genome.wustl.edu repeatedly, with the connection timing out each time.
(This all may be a problem at my end, our IT guys can't offer any support for Ubuntu as it's not supported by our University so I'm very much trying to figure it out as I go)
Alternatively we have Galaxy running on our local server. How do we go about loading MuSiC into Galaxy?
Regards,
Nicholas Blackburn | PhD Candidate
Tasmanian Inherited Cancer Centre
Menzies Research Institute Tasmania
This is at a much earlier than installation since you cannot even download the install script. Perhaps the https port is blocked by a firewall?
You could try downloading the file with
(note 'http' instead of 'https') If that works, then you would have a chance of being able to install in a less-automated manner. Unfortunately, you would have to run the commands of the script manually or at least edit the file (it wants to download the repository signing key using https-- which is a good idea since adding it will list items signed with that key as "trusted" by apt).