Mercurial > repos > iuc > crossmap_region
diff tool-data/liftOver.loc.sample @ 0:8635b6b8a8f2 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit f436317e2f8d451621e297cfc474e43c20d60bb7"
author | iuc |
---|---|
date | Thu, 15 Jul 2021 16:19:33 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/liftOver.loc.sample Thu Jul 15 16:19:33 2021 +0000 @@ -0,0 +1,30 @@ +#This is a sample file distributed with Galaxy that is used by the +#liftOver tools. The liftOver.loc file has this format (white space +#characters are TAB characters): +# +#<FromSpecies> <ToSpecies> <PathToChainFile> +# +#So, for example, if you had the chain file to convert from anoCar1 to galGal3 +#located at /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGalGal3.over.chain, +#then the liftOver.loc entry would look like this: +# +#<FromSpecies> <ToSpecies> <PathToChainFile> +#<dbkey> <name> <value> +# +#anoCar1 galGal3 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGalGal3.over.chain +# +#and your /depot/data2/galaxy/anoCar1/liftOver directory would +#contain all of your "chain" files (e.g.): +# +#-rw-rw-r-- 1 gua110 galaxy 24046079 2008-01-16 14:20 anoCar1ToGalGal3.over.chain +#-rw-rw-r-- 1 gua110 galaxy 13216668 2008-01-16 14:20 anoCar1ToGasAcu1.over.chain +#-rw-rw-r-- 1 gua110 galaxy 29597067 2008-01-16 14:20 anoCar1ToHg18.over.chain +#...etc... +# +#Your liftOver.loc file should include an entry per line for each build you can +#convert. For example: +# +#anoCar1 galGal3 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGalGal3.over.chain +#anoCar1 gasAcu1 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGasAcu1.over.chain +#anoCar1 hg18 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToHg18.over.chain +#...etc...