annotate tool-data/all_gff.loc.sample @ 0:4cacc5b8001b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
author pimarin
date Thu, 23 Feb 2023 09:50:24 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
1 #This file lists the locations and dbkeys of all the GFF files
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
2 #This file has the format (white space characters are
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
3 #TAB characters):
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
4 #
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
5 #<unique_build_id> <dbkey> <display_name> <file_path>
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
6 #
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
7 #So, all_gff.loc could look something like this:
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
8 #
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
9 #apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/annotation/apiMel3/apiMel3.gff
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
10 #hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/annotation/hg19/hg19canon.gff
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
11 #hg19full hg19 Human (Homo sapiens): hg19 Representative transcripts /path/to/annotation/hg19/hg19_representative_tx.gff
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
12 #
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
13 #Your all_gff.loc file should contain an entry for each different annotation.
4cacc5b8001b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools
pimarin
parents:
diff changeset
14 #So there can be multiple gff files for each build, such as with hg19 above.