Dear all,
I have a local Galaxy v 21.09 installed on a server and would like to build a reference genome using data_manager_fetch_genome_dbkeys_all_fasta by following the reference at Create DBKey and Reference Genome. I got the connection timed out error as listed at the bottom of this message.
I then tried to edit galaxy.yml by following Tool Development from bright idea to toolshed - Data Managers - Galaxy Community Hub to add the following options:
Data manager configuration options
enable_data_manager_user_view = True
data_manager_config_file = data_manager_conf.xml
shed_data_manager_config_file = shed_data_manager_conf.xml
galaxy_data_manager_data_path = tool-data
I still got the same error after the configuration. Thank you for your generous help.
Suh-Yuen
Here are the input parameters:
Use existing dbkey or create a new one.: existing
DBKEY to assign to data: hg38
Name of sequence: Empty.
ID for sequence: Empty.
Choose the source for the reference genome: ucsc
UCSC’s DBKEY for source FASTA: hg38
Sort by chromosome name: as_is
Error message from data_manager_fetch_genome_dbkeys_all_fasta:
Traceback (most recent call last):
File “/home/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_dbkeys_all_fasta/4d3eff1bc421/data_manager_fetch_genome_dbkeys_all_fasta/data_manager/data_manager_fetch_genome_all_fasta_dbkeys.py”, line 497, in
main()
File “/home/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_dbkeys_all_fasta/4d3eff1bc421/data_manager_fetch_genome_dbkeys_all_fasta/data_manager/data_manager_fetch_genome_all_fasta_dbkeys.py”, line 478, in main
tmp_dir=tmp_dir)
File “/home/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_dbkeys_all_fasta/4d3eff1bc421/data_manager_fetch_genome_dbkeys_all_fasta/data_manager/data_manager_fetch_genome_all_fasta_dbkeys.py”, line 300, in download_from_ucsc
url = _get_ucsc_download_address(params, dbkey)
File “/home/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_dbkeys_all_fasta/4d3eff1bc421/data_manager_fetch_genome_dbkeys_all_fasta/data_manager/data_manager_fetch_genome_all_fasta_dbkeys.py”, line 260, in _get_ucsc_download_address
path_contents = _get_files_in_ftp_path(ftp, ucsc_path)
File “/home/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_dbkeys_all_fasta/4d3eff1bc421/data_manager_fetch_genome_dbkeys_all_fasta/data_manager/data_manager_fetch_genome_all_fasta_dbkeys.py”, line 65, in _get_files_in_ftp_path
ftp.retrlines(‘MLSD %s’ % (path), path_contents.append)
File “/home/galaxy/galaxy/database/dependencies/_conda/envs/__python@3.7/lib/python3.7/ftplib.py”, line 475, in retrlines
with self.transfercmd(cmd) as conn,
File “/home/galaxy/galaxy/database/dependencies/_conda/envs/__python@3.7/lib/python3.7/ftplib.py”, line 406, in transfercmd
return self.ntransfercmd(cmd, rest)[0]
File “/home/galaxy/galaxy/database/dependencies/_conda/envs/__python@3.7/lib/python3.7/ftplib.py”, line 368, in ntransfercmd
source_address=self.source_address)
File “/home/galaxy/galaxy/database/dependencies/_conda/envs/__python@3.7/lib/python3.7/socket.py”, line 728, in create_connection
raise err
File “/home/galaxy/galaxy/database/dependencies/_conda/envs/__python@3.7/lib/python3.7/socket.py”, line 716, in create_connection
sock.connect(sa)
TimeoutError: [Errno 110] Connection timed out