root/galaxy-central/scripts/microbes/README.txt

リビジョン 2, 2.0 KB (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
1The Scripts found in this directory are used to download and generate the files relating to Galaxy as a Microbial Resource.
2This includes scripts to access the NCBI Genome Projects site, download relevent data, and convert to a form usable in Galaxy. Data is generated for the Microbial Datasource Tool, as well as for Galaxy Interval Operations (chromosome names and lengths), and also the extract Genomic DNA tool.  Information about organisms is also written into '.info' files found in each organism directory.
3
4Step 3 requires a binary 'faToNib' to properly generate sequence files.
5
6Steps should be performed in the order they appear here.
7
8(1.) To Download and process Genome Projects from NCBI into a form usable by Galaxy:
9        python /GALAXY_ROOT/scripts/microbes/harvest_bacteria.py /OUTPUT/DIRECTORY/microbes/ > /OUTPUT/DIRECTORY/harvest.txt
10
11(2.) To Walk downloaded Genome Projects and Convert, in place, IDs to match the UCSC Archaea browser, where applicable:
12        python /GALAXY_ROOT/scripts/microbes/ncbi_to_ucsc.py /OUTPUT/DIRECTORY/microbes/ > /OUTPUT/DIRECTORY/ncbi_to_ucsc.txt
13
14(3.) To create nib files (for extraction) and to generate the location file content for Microbes used for extracting Genomic DNA:
15        python /GALAXY_ROOT/scripts/microbes/create_nib_seq_loc_file.py /OUTPUT/DIRECTORY/microbes/ seq.loc > /OUTPUT/DIRECTORY/sequence.txt
16
17(4.) To create the location file for the Microbial Data Resource tool in Galaxy:
18        python /GALAXY_ROOT/scripts/microbes/create_bacteria_loc_file.py /OUTPUT/DIRECTORY/microbes/ > /OUTPUT/DIRECTORY/microbial_data.loc
19
20(5.) To Generate a single file containing the lengths for each chromosome for each species, to be added to 'manual_builds.txt':
21        python /GALAXY_ROOT/scripts/microbes/get_builds_lengths.py /OUTPUT/DIRECTORY/microbes/ > /OUTPUT/DIRECTORY/microbes.len
22
23(6.) To Create the Wiki Table listing available Microbial Data in Galaxy:
24        python /GALAXY_ROOT/scripts/microbes/create_bacteria_table.py /OUTPUT/DIRECTORY/microbes/ > /OUTPUT/DIRECTORY/microbes.table
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。