https://github.com/galaxyproject/galaxy
Revision df98405f73df2ff938d8a11204da4815fd19f314 authored by mvdbeek on 05 April 2024, 10:13:07 UTC, committed by mvdbeek on 05 April 2024, 11:54:02 UTC
1 parent aa0a85d
Raw File
Tip revision: df98405f73df2ff938d8a11204da4815fd19f314 authored by mvdbeek on 05 April 2024, 10:13:07 UTC
Always discard session after __handle_waiting_jobs is done
Tip revision: df98405
sift_db.loc.sample
#This is a sample file distributed with Galaxy that enables tools to use
#a directory of sqlite files for use with SIFT.  You will need to supply
#these files and then create a sift_db.loc file similar to this one (store
#it in this directory) that points to the directories in which those files
#are stored.  The sift_db.loc file has this format (white space characters
#are TAB characters):
#
#<build>	<file_path>
#
#So, for example, if your sift_db.loc began like this:
#
#hg18	/galaxy/data/hg18/misc/sift/Human_db_36
#
#then your /galaxy/data/hg18/misc/sift/Human_db_36 directory would need to
#contain the following sqlite files, among others:
#
#-rw-r--r-- 1 g2test g2data 3010870272 Sep  2 14:09 Human_CHR10.sqlite
#-rw-r--r-- 1 g2test g2data 2926365696 Sep  2 15:09 Human_CHR11.sqlite
#-rw-r--r-- 1 g2test g2data 2557210624 Sep  2 14:19 Human_CHR12.sqlite
#
#hg18	/galaxy/data/hg18/misc/sift/Human_db_36
#hg19	/galaxy/data/hg19/misc/sift/Human_db_37
back to top