comparison tool-data/customProDB.loc.sample @ 5:a0ca66b32792 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/data_manager_customProDB commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
author galaxyp
date Tue, 24 May 2016 11:47:26 -0400
parents 4c77cf5a2977
children
comparison
equal deleted inserted replaced
4:b42974daa659 5:a0ca66b32792
1 #This file lists the locations and dbkeys of all the fasta files 1 #This file lists the locations and dbkeys of all the fasta files
2 #under the "genome" directory (a directory that contains a directory 2 #under the "customProDB" directory (a subdirectory of a genome build).
3 #for each build). The script extract_fasta.py will generate the file 3 #This file has the format (white space characters are TAB characters):
4 #all_fasta.loc. This file has the format (white space characters are
5 #TAB characters):
6 # 4 #
7 #<unique_build_id> <dbkey> <display_name> <file_path> 5 #<unique_build_id> <dbkey> <display_name> <path to annotation files>
8 # 6 #
9 #So, all_fasta.loc could look something like this: 7 #So, all_fasta.loc could look something like this:
10 # 8 #
11 #apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/genome/apiMel3/apiMel3.fa 9 #apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/genome/apiMel3
12 #hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/genome/hg19/hg19canon.fa 10 #hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/genome/hg19
13 #hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/genome/hg19/hg19full.fa 11 #hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/genome/hg19full
14 # 12 #
15 #Your all_fasta.loc file should contain an entry for each individual 13 #Your customProDB.loc file should contain an entry for each individual
16 #fasta file. So there will be multiple fasta files for each build, 14 #fasta file. So there will be multiple fasta files for each build,
17 #such as with hg19 above. 15 #such as with hg19 above.
18 # 16 #