Mercurial > repos > iuc > crossmap_bed
annotate tool-data/liftOver.loc.sample @ 8:c664e42e75f8 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:14:53 +0000 |
| parents | 12ad33a9d3bf |
| children |
| rev | line source |
|---|---|
|
0
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
1 #This is a sample file distributed with Galaxy that is used by the |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
2 #liftOver tools. The liftOver.loc file has this format (white space |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
3 #characters are TAB characters): |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
4 # |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
5 #<FromSpecies> <ToSpecies> <PathToChainFile> |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
6 # |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
7 #So, for example, if you had the chain file to convert from anoCar1 to galGal3 |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
8 #located at /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGalGal3.over.chain, |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
9 #then the liftOver.loc entry would look like this: |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
10 # |
|
1
12ad33a9d3bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
0
diff
changeset
|
11 #<FromSpecies> <ToSpecies> <PathToChainFile> |
|
12ad33a9d3bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
0
diff
changeset
|
12 #<dbkey> <name> <value> |
|
12ad33a9d3bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
iuc
parents:
0
diff
changeset
|
13 # |
|
0
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
14 #anoCar1 galGal3 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGalGal3.over.chain |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
15 # |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
16 #and your /depot/data2/galaxy/anoCar1/liftOver directory would |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
17 #contain all of your "chain" files (e.g.): |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
18 # |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
19 #-rw-rw-r-- 1 gua110 galaxy 24046079 2008-01-16 14:20 anoCar1ToGalGal3.over.chain |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
20 #-rw-rw-r-- 1 gua110 galaxy 13216668 2008-01-16 14:20 anoCar1ToGasAcu1.over.chain |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
21 #-rw-rw-r-- 1 gua110 galaxy 29597067 2008-01-16 14:20 anoCar1ToHg18.over.chain |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
22 #...etc... |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
23 # |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
24 #Your liftOver.loc file should include an entry per line for each build you can |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
25 #convert. For example: |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
26 # |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
27 #anoCar1 galGal3 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGalGal3.over.chain |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
28 #anoCar1 gasAcu1 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGasAcu1.over.chain |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
29 #anoCar1 hg18 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToHg18.over.chain |
|
235ab3277db1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 8564863eaad7bb9f9c8c273d471511979a2c96aa
iuc
parents:
diff
changeset
|
30 #...etc... |
