annotate tool-data/liftOver.loc.sample @ 0:bfcdabc062ca draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
author yhoogstrate
date Wed, 26 Aug 2015 11:04:47 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
1 #This is a sample file distributed with Galaxy that is used by the
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
2 #liftOver tools. The liftOver.loc file has this format (white space
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
3 #characters are TAB characters):
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
4 #
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
5 #<FromSpecies> <ToSpecies> <PathToChainFile>
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
6 #
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
7 #So, for example, if you had the chain file to convert from anoCar1 to galGal3
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
8 #located at /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGalGal3.over.chain,
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
9 #then the liftOver.loc entry would look like this:
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
10 #
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
11 #anoCar1 galGal3 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGalGal3.over.chain
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
12 #
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
13 #and your /depot/data2/galaxy/anoCar1/liftOver directory would
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
14 #contain all of your "chain" files (e.g.):
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
15 #
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
16 #-rw-rw-r-- 1 gua110 galaxy 24046079 2008-01-16 14:20 anoCar1ToGalGal3.over.chain
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
17 #-rw-rw-r-- 1 gua110 galaxy 13216668 2008-01-16 14:20 anoCar1ToGasAcu1.over.chain
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
18 #-rw-rw-r-- 1 gua110 galaxy 29597067 2008-01-16 14:20 anoCar1ToHg18.over.chain
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
19 #...etc...
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
20 #
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
21 #Your liftOver.loc file should include an entry per line for each build you can
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
22 #convert. For example:
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
23 #
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
24 #anoCar1 galGal3 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGalGal3.over.chain
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
25 #anoCar1 gasAcu1 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToGasAcu1.over.chain
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
26 #anoCar1 hg18 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToHg18.over.chain
bfcdabc062ca planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb
yhoogstrate
parents:
diff changeset
27 #...etc...