Mercurial > repos > iuc > bedtools
view tool-data/all_gff.loc.sample @ 20:df56e1b12d0c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 9f7b029951fa0f854c9c6a5f241ce9a20ae4f22a
author | iuc |
---|---|
date | Wed, 10 Jan 2018 19:21:33 -0500 |
parents | b73962f8fcbf |
children |
line wrap: on
line source
#This file lists the locations and dbkeys of all the GFF files #This file has the format (white space characters are #TAB characters): # #<unique_build_id> <dbkey> <display_name> <file_path> # #So, all_gff.loc could look something like this: # #apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/annotation/apiMel3/apiMel3.gff #hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/annotation/hg19/hg19canon.gff #hg19full hg19 Human (Homo sapiens): hg19 Representative transcripts /path/to/annotation/hg19/hg19_representative_tx.gff # #Your all_gff.loc file should contain an entry for each different annotation. #So there can be multiple gff files for each build, such as with hg19 above.