1.which file should the downloaded fasta data modify? tool_data_table_conf.xml, or shed_tool_data_table_conf.xml?
2. which loc file is the primary one for tools to reference? the one in $GALAXYHOME/tool-data, or the one in $GALAXYHOME/tool-data//toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_all_fasta/cca219f2b212/? If first one, then should the data manager update that one too(right now it didn't)?
3. For now, that tool still uses alignseq.loc, I need to manually update that file, correct?
4. How to determine if a tool is using data table is to look at the tool xml file to see if it contains reference to a data table, right? And in tool_data_table_conf.xml, it should contain data tables definition for all the possible data, right?
Hi Dan,Thanks for the reply!So, what would be the expected behavior for the tool that uses data table? For example, in my case, the tool_data_table_conf.xml would be modified to reflect the update to all_fasta.loc?I'm a little puzzled on how this works. As you could see, after I installed that data manager and downloaded the mm9 fasta data, it modified the file shed_tool_data_table_conf.xml. This should have nothing to do with the tool Extract Genome DNA, am I right? So, my question is,1.which file should the downloaded fasta data modify? tool_data_table_conf.xml, or shed_tool_data_table_conf.xml?2. which loc file is the primary one for tools to reference? the one in $GALAXYHOME/tool-data, or the one in $GALAXYHOME/tool-data//toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_all_fasta/cca219f2b212/? If first one, then should the data manager update that one too(right now it didn't)?3. For now, that tool still uses alignseq.loc, I need to manually update that file, correct?4. How to determine if a tool is using data table is to look at the tool xml file to see if it contains reference to a data table, right? And in tool_data_table_conf.xml, it should contain data tables definition for all the possible data, right?If you could please elaborate a bit, I'll really appreciate!Thanks,RuiOn Tue, Apr 7, 2015 at 7:15 AM, Daniel Blankenberg <dan@bx.psu.edu> wrote:Hi Rui,The Extract Genomic DNA Tool has not yet been updated to work with tool Data Tables.Additionally, this tool requires TwoBit formatted files when selecting from built-in data — when selecting a FASTA from your history, the fasta file is converted to TwoBit internally in the tool before extracting sequence chunks.There is a TwoBit builder Data Manager under development (https://github.com/galaxyproject/tools-devteam/tree/master/data_managers/data_manager_twobit_builder), that hasn’t made it out to the ToolShed just yet, but it won’t be helpful until the the Extract Genomic DNA Tool is updated: https://trello.com/c/8unnSp7HThanks for using Galaxy,DanOn Apr 7, 2015, at 12:16 AM, Beginner TI <ruiwang.sz@gmail.com> wrote:___________________________________________________________Hi All,I just made a new local instance, installed the fetch_all_fasta data manager, downloaded mm9 fasta. Then I noticed the following:in tool_data_table_conf.xml, it has:<table name="all_fasta" comment_char="#"><columns>value, dbkey, name, path</columns><file path="tool-data/all_fasta.loc" /></table>however in shed_tool_data_table_conf.xml, it has:<table comment_char="#" name="all_fasta"><columns>value, dbkey, name, path</columns><file path="/auto/rcf-proj/yc1/galaxy-suite/galaxy-dist/tool-data/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_all_fasta/cca219f2b212/all_fasta.loc" /><tool_shed_repository><tool_shed>toolshed.g2.bx.psu.edu</tool_shed><repository_name>data_manager_fetch_genome_all_fasta</repository_name><repository_owner>devteam</repository_owner><installed_changeset_revision>cca219f2b212</installed_changeset_revision></tool_shed_repository></table>in tool-data, all_fasta.loc is empty, but in the all_fasta.loc of the shed_tool entry, it shows:mm9 mm9 Mouse July 2007 (NCBI37/mm9) (mm9) /auto/rcf-proj/yc1/galaxy-suite/galaxy-dist/tool-data/mm9/seq/mm9.faSo if I try "Extract Genomic DNA function", I could see the parameter passed to the command line is-g "/auto/rcf-proj/yc1/galaxy-suite/galaxy-dist/tool-data"which does not host the data. It should be at least-g "/auto/rcf-proj/yc1/galaxy-suite/galaxy-dist/tool-data/mm9/seq"I thought that data manager will automatically populate these loc files? Am I missing something obvious? I could manually modify tool_data_table_conf.xml to let it point to/auto/rcf-proj/yc1/galaxy-suite/galaxy-dist/tool-data/toolshed.g2.bx.psu.edu/repos/devteam/data_manager_fetch_genome_all_fasta/cca219f2b212/all_fasta.locThis would work, but it is ugly. Could someone please give me a hand to fix this?Thanks,Rui
Please keep all replies on the list by using "reply all"
in your mail client. To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at:
http://galaxyproject.org/search/mailinglists/