Mercurial > repos > iuc > bedtools
comparison tool-data/all_gff.loc.sample @ 15:b73962f8fcbf draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit c5007eff737fcabb28fa726ac40f13a1cd4893c1
author | iuc |
---|---|
date | Wed, 05 Jul 2017 17:12:00 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
14:304a594a7ef6 | 15:b73962f8fcbf |
---|---|
1 #This file lists the locations and dbkeys of all the GFF files | |
2 #This file has the format (white space characters are | |
3 #TAB characters): | |
4 # | |
5 #<unique_build_id> <dbkey> <display_name> <file_path> | |
6 # | |
7 #So, all_gff.loc could look something like this: | |
8 # | |
9 #apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/annotation/apiMel3/apiMel3.gff | |
10 #hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/annotation/hg19/hg19canon.gff | |
11 #hg19full hg19 Human (Homo sapiens): hg19 Representative transcripts /path/to/annotation/hg19/hg19_representative_tx.gff | |
12 # | |
13 #Your all_gff.loc file should contain an entry for each different annotation. | |
14 #So there can be multiple gff files for each build, such as with hg19 above. |