Mercurial > repos > dpryan79 > featurecounts_test
annotate tool-data/gene_sets.loc.sample @ 1:60b43da9a265 draft
Uploaded
| author | dpryan79 |
|---|---|
| date | Wed, 09 Nov 2016 16:36:46 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 1 | 1 # This is a sample file distributed with featureCounts that enables it and other# tools to use gene/exon annotations in the GFF/GTF format. |
| 2 # | |
| 3 # The gene_sets.loc file syntax is: | |
| 4 #<unique_build_id> <dbkey> <display_name> <path> | |
| 5 # | |
| 6 # Please ensure that the above fields are tab separated. | |
| 7 # | |
| 8 # In case you have TWO or MORE providers PER dbkey, the one mentioned | |
| 9 # first in the file, should have the "default" priority. | |
| 10 # | |
| 11 #Example: | |
| 12 # | |
| 13 #Homo_sapiens.GRCh37.74 hg19 GRCh37 (hg19) annotation from Ensembl, release 74 /depot/data2/galaxy/hg19/gene_sets/Homo_sapiens.GRCh37.74.gtf | |
| 14 #Homo_sapiens.NCBI36.54 hg18 hg18 annotation from Ensembl, release 54 /depot/data2/galaxy/hg18/gene_sets/Homo_sapiens.NCBI36.54.gtf |
