Thanks Jen,
I installed the data_manager_fetch_genome_dbkeys_all_fasta/776bb1b478a0
Then I ran the Create DBKey and Reference Genome (Under Data Manager -> Run Data Manager Tool), and a window pops out containing the following lines:
Use exisiting dbkey or create a new one.
I choose : New (because ce10 is not in the drop down menu)
DBKEY to assign to data
I typed : C. elegans Oct. 2010 (WS220/ce10) (ce10) (Does it matter what I typed here?)
Name of sequence
I left this blank
ID for sequence
I left this blank
Choose the source for the reference genome
I choose: UCSC
UCSC's DBKEY for source FASTA
I type: ce10
Sort by chromosome name
As is
Then execute.
This error message pops out (the whole message at the end of this post):
Traceback (most recent call last):
....
....
IOError: [Errno 2] No such file or directory: u'/Users/hueimeichen/galaxy/database/job_working_directory/000/32/dataset_30_files/C. elegans Oct. 2010 (WS220/ce10) (ce10).fa'
Does this mean I need to download the ce10 fasta file to a local directory? I thought this tool would pull data directly from USCS. Can you walk me through the steps? Sorry I am too new to this, I realize my questions may seem silly.
p.s. I will deal with BWA later after I get ce10 genome into the drop down menu with matching genome.
Thanks again.
Whole error message:
Traceback (most recent call last):
File "/Users/hueimeichen/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_dbkeys_all_fasta/776bb1b478a0/data_manager_fetch_genome_dbkeys_all_fasta/data_manager/data_manager_fetch_genome_all_fasta_dbkeys.py", line 415, in <module>
if __name__ == "__main__": main()
File "/Users/hueimeichen/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_dbkeys_all_fasta/776bb1b478a0/data_manager_fetch_genome_dbkeys_all_fasta/data_manager/data_manager_fetch_genome_all_fasta_dbkeys.py", line 410, in main
REFERENCE_SOURCE_TO_DOWNLOAD[ params['param_dict']['reference_source']['reference_source_selector'] ]( data_manager_dict, params, target_directory, dbkey, dbkey_name, sequence_id, sequence_name )
File "/Users/hueimeichen/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_dbkeys_all_fasta/776bb1b478a0/data_manager_fetch_genome_dbkeys_all_fasta/data_manager/data_manager_fetch_genome_all_fasta_dbkeys.py", line 217, in download_from_ucsc
fasta_writer = open( fasta_filename, 'wb+' )
IOError: [Errno 2] No such file or directory: u'/Users/hueimeichen/galaxy/database/job_working_directory/000/32/dataset_30_files/C. elegans Oct. 2010 (WS220/ce10) (ce10).fa'