Mercurial > repos > brenninc > preconfigured_directory_reader
comparison tool-data/directory_data.loc.sample @ 0:97a9636974bc draft
Uploaded first version
| author | brenninc |
|---|---|
| date | Mon, 09 May 2016 02:52:47 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:97a9636974bc |
|---|---|
| 1 #This file lists the directories that can be read in | |
| 2 | |
| 3 #This file has the format (white space characters are TAB characters): | |
| 4 # | |
| 5 #<unique_build_id> <dbkey> <display_name> <original_extension> <galaxy_extension> <decompress> <path> | |
| 6 # | |
| 7 #original_extension should not include the starting . | |
| 8 # | |
| 9 #galaxy_extension should be one listed in galaxy/config/datatypes_conf.xml (or xml.sample) | |
| 10 # | |
| 11 #decompress should be No or Yes | |
| 12 # | |
| 13 #So, data_manager.loc could look something like this: (whitespace is tabs) | |
| 14 # | |
| 15 #john_12 john_12 John's fastq files batch 12 fastq.gz fastqsanger Yes /data/john/batch12 | |
| 16 # | |
| 17 #Your directory_data.loc file should contain an entry for each path and extension pair | |
| 18 # | |
| 19 |
