Mercurial > repos > yhoogstrate > featurecounts_valid_gff
diff tool-data/gene_sets.loc.sample @ 40:4850787ee1d9
Uploaded
| author | yhoogstrate |
|---|---|
| date | Mon, 24 Feb 2014 08:19:34 -0500 |
| parents | 0abd1de08703 |
| children |
line wrap: on
line diff
--- a/tool-data/gene_sets.loc.sample Fri Feb 21 04:23:38 2014 -0500 +++ b/tool-data/gene_sets.loc.sample Mon Feb 24 08:19:34 2014 -0500 @@ -1,15 +1,18 @@ -# Because of this file, galaxy tools can access gene annotations +# This is a sample file distributed with Galaxy that enables tools +# to use gene/exon annotations in the GFF/GTF format. You will need +# to add all the gene set annotations in this configuration file. +# Because of this file, galaxy tools are able to access gene annotations # provided as GFF / GTF files by selecting on: -# - Priorty (order in the file) +# - Priorty (defined by the order in the file) # - Provider # - dbkey (reference genome id) # # The gene_sets.loc file syntax is: # <name/UID> <dbkey> <path> <provider> <URL/reference*> -# -# *optional +# *optional # # Please ensure maximally one TAB (\t) between two columns! +# --------------------------------------------------------- # # In case you have TWO or MORE providers PER dbkey, the one mentioned # first in the file, should have the "default" priority.
