Hi All,
Think this should be directed to this group.
Thanks,
Nicole
From: alyss...@gmail.com [mailto:alyss...@gmail.com]
On Behalf Of Alyssa Bost
Sent: Monday, December 01, 2014 10:02 AM
To: Levesque, Nicole M.
Subject: FTP access to Huttenhower Galaxy
Good morning,
I am a postdoc in the lab of Angela Douglas at Cornell. I have been trying to access the Huttenhower public instance of Galaxy in order to use the MetaPhlAn tool on out metagenomic datasets, but my files are larger than 2GB and so must be uploaded using the FTP method. I see no FTP address to connect to listed on the upload page, and there is a message that FTP must be enabled by the site administrator.
Would you be able to help me reach the site administrator so that I could obtain FTP access?
Thank you for you help with this matter.
Alyssa
--
Alyssa Bost, PhD
Laboratory of Angela Douglas
Department of Entomology
Cornell University
5142 Comstock Hall
Ithaca, NY 14853
Setting up a new galaxy environment
in a Mac or a VM:
The process takes just a few minutes to complete.
Refrence documentation: https://wiki.galaxyproject.org/Admin/GetGalaxy
Clone galaxy: In the Home directory enter:
hg clone https://bitbucket.org/galaxy/galaxy-dist/
Bring to current - Enter the following commands:
cd galaxy-dist
hg update stable
Start Galaxy for the first time (It will have to be started twice - see instructions below) - Enter the following command:
bash -l -c 'nohup sh ~/galaxy-dist/run.sh >> ~/galaxy-dist/galaxy.log &'
Verify that Galaxy came up: Go to a browser and open
Kill Galaxy:
Enter the following command: ps -ef|grep paster
The result looks similar to this: Find the task number
ubuntu@ubuntu-VirtualBox:~/galaxy-dist$ ps -ef|grep paster
ubuntu 2508 2399 12 00:45 pts/0 00:01:12 python ./scripts/paster.py serve universe_wsgi.ini
ubuntu 2791 2197 0 00:55 pts/0 00:00:00 grep --color=auto paster
ubuntu@ubuntu-VirtualBox:~/galaxy-dist$
Kill the task: - Enter the following command
kill -term 2508
Update Galaxy adding yourself as an Admin by updating the member
universe_wsgi.ini
Modify #admin_users = None (Around line 642)
adding your email, for example:
admin_users = youremail....@gmail.com
Update Galaxy updating the member tool_sheds_conf.xml so that http changes to https (Add the “s”) should look as follows:
<tool_sheds>
<tool_shed name="Galaxy main tool shed" url="https://toolshed.g2.bx.psu.edu/"/>
<tool_shed name="Galaxy test tool shed" url="https://testtoolshed.g2.bx.psu.edu/"/>
</tool_sheds>
Restart Galaxy - Enter the command:
bash -l -c 'nohup sh ~/galaxy-dist/run.sh >> ~/galaxy-dist/galaxy.log &'
Login to Galaxy, and add yourself as a user
You’re good to go!! Can start downloading applications from the tool shed by using the “Admin” tab in Galaxy and there “Search and Browse Tool-Sheds”
--
You received this message because you are subscribed to the Google Groups "MetaPhlAn-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metaphlan-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.