annotate tool-data/directory_data.loc.sample @ 8:288a172e95aa draft default tip

Uploaded
author brenninc
date Mon, 09 May 2016 02:25:23 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
288a172e95aa Uploaded
brenninc
parents:
diff changeset
1 #This file lists the directories that can be read in
288a172e95aa Uploaded
brenninc
parents:
diff changeset
2
288a172e95aa Uploaded
brenninc
parents:
diff changeset
3 #This file has the format (white space characters are TAB characters):
288a172e95aa Uploaded
brenninc
parents:
diff changeset
4 #
288a172e95aa Uploaded
brenninc
parents:
diff changeset
5 #<unique_build_id> <dbkey> <display_name> <original_extension> <galaxy_extension> <decompress> <path>
288a172e95aa Uploaded
brenninc
parents:
diff changeset
6 #
288a172e95aa Uploaded
brenninc
parents:
diff changeset
7 #original_extension should not include the starting .
288a172e95aa Uploaded
brenninc
parents:
diff changeset
8 #
288a172e95aa Uploaded
brenninc
parents:
diff changeset
9 #galaxy_extension should be one listed in galaxy/config/datatypes_conf.xml (or xml.sample)
288a172e95aa Uploaded
brenninc
parents:
diff changeset
10 #
288a172e95aa Uploaded
brenninc
parents:
diff changeset
11 #decompress should be No or Yes
288a172e95aa Uploaded
brenninc
parents:
diff changeset
12 #
288a172e95aa Uploaded
brenninc
parents:
diff changeset
13 #So, data_manager.loc could look something like this: (whitespace is tabs)
288a172e95aa Uploaded
brenninc
parents:
diff changeset
14 #
288a172e95aa Uploaded
brenninc
parents:
diff changeset
15 #john_12 john_12 John's fastq files batch 12 fastq.gz fastqsanger Yes /data/john/batch12
288a172e95aa Uploaded
brenninc
parents:
diff changeset
16 #
288a172e95aa Uploaded
brenninc
parents:
diff changeset
17 #Your directory_data.loc file should contain an entry for each path and extension pair
288a172e95aa Uploaded
brenninc
parents:
diff changeset
18 #
288a172e95aa Uploaded
brenninc
parents:
diff changeset
19