Mercurial > repos > bgruening > deeptools_compute_matrix_operations
annotate tool-data/deepTools_seqs.loc.sample @ 7:20daeedf5ed5 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4abb1e731efdaa32fadb32c9e23883f7c17fb85c
| author | bgruening | 
|---|---|
| date | Mon, 05 Feb 2018 11:35:15 -0500 | 
| parents | db94d629b9eb | 
| children | 
| rev | line source | 
|---|---|
| 0 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 1 #This is a sample file distributed with Galaxy that enables tools | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 2 #to use a directory of 2bit genome files for use with deepTools. You will | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 3 #need to supply these files and then create a deepTools_seqs.loc file | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 4 #similar to this one (store it in this directory) that points to | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 5 #the directories in which those files are stored. The deepTools_seqs.loc | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 6 #file has this format: | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 7 # | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 8 #<unique_build_id> <display_name> <file_path> | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 9 # | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 10 #So, for example, if your deepTools_seqs.loc began like this: | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 11 # | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 12 #hg18 Human (Homo sapiens): hg18 /depot/data2/galaxy/twobit/hg18.2bit | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 13 #hg19 Human (Homo sapiens): hg19 /depot/data2/galaxy/twobit/hg19.2bit | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 14 #mm9 Mouse (Mus musculus): mm9 /depot/data2/galaxy/twobit/mm9.2bit | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 15 # | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 16 #then your /depot/data2/galaxy/twobit/ directory | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 17 #would need to contain the following 2bit files: | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 18 # | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 19 #-rw-r--r-- 1 james universe 830134 2005-09-13 10:12 hg18.2bit | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 20 #-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg19.2bit | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 21 #-rw-r--r-- 1 james universe 269808 2005-09-13 10:12 mm9.2bit | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 22 # | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 23 #Your deepTools_seqs.loc file should include an entry per line for | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 24 #each file you have stored that you want to be available. Note that | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 25 #your files should all have the extension '2bit'. | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 26 # | 
| 
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
 bgruening parents: diff
changeset | 27 #Please note that the <unique_build_id> is also used as "Species name abbreviation". | 
