# HG changeset patch # User crs4 # Date 1383564953 18000 # Node ID 6265acc179ff62c6475f12a7b1013922fdc63b7c # Parent c4ad58c4bc7d5e69f6d413d913549441e16af885 Uploaded diff -r c4ad58c4bc7d -r 6265acc179ff blat_wrapper.xml --- a/blat_wrapper.xml Mon Oct 28 12:40:29 2013 -0400 +++ b/blat_wrapper.xml Mon Nov 04 06:35:53 2013 -0500 @@ -1,11 +1,23 @@ - + blat blat|head -n 1 - blat $database $query -t=$databaseType.databaseType_select -q=$databaseType.queryType + blat + #if $database_source.database_source_select == 'fasta_db' + $database_source.database.fields.path + #else if $database_source.database_source_select == 'twobit_db' + #if $database_source.range + $database_source.database.fields.path:$database_source.range + #else + $database_source.database.fields.path + #end if + #else + $database_source.database + #end if + $query -t=$databaseType.databaseType_select -q=$databaseType.queryType #if str($databaseType.tileSize) -tileSize=$databaseType.tileSize #end if @@ -67,9 +79,35 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + \w+:\d+-\d+ + + + + + + @@ -110,7 +148,7 @@ - + @@ -198,10 +236,11 @@ + - + diff -r c4ad58c4bc7d -r 6265acc179ff tool-data/lastz_seqs.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/lastz_seqs.loc.sample Mon Nov 04 06:35:53 2013 -0500 @@ -0,0 +1,30 @@ +#This is a sample file distributed with Galaxy that enables tools +#to use a directory of 2bit genome files for use with Lastz. You will +#need to supply these files and then create a lastz_seqs.loc file +#similar to this one (store it in this directory) that points to +#the directories in which those files are stored. The lastz_seqs.loc +#file has this format (white space characters are TAB characters): +# +# +# +#So, for example, if your lastz_seqs.loc began like this: +# +#hg18 Human (Homo sapiens): hg18 /depot/data2/galaxy/twobit/hg18.2bit +#hg19 Human (Homo sapiens): hg19 /depot/data2/galaxy/twobit/hg19.2bit +#mm9 Mouse (Mus musculus): mm9 /depot/data2/galaxy/twobit/mm9.2bit +# +#then your /depot/data2/galaxy/twobit/ directory +#would need to contain the following 2bit files: +# +#-rw-r--r-- 1 james universe 830134 2005-09-13 10:12 hg18.2bit +#-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg19.2bit +#-rw-r--r-- 1 james universe 269808 2005-09-13 10:12 mm9.2bit +# +#Your lastz_seqs.loc file should include an entry per line for +#each file you have stored that you want to be available. Note that +#your files should all have the extension '2bit'. +# +#Note that for backwards compatibility with workflows, the unique ID of +#an entry must be the path that was in the original loc file, because that +#is the value stored in the workflow for that parameter. +# diff -r c4ad58c4bc7d -r 6265acc179ff tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Mon Nov 04 06:35:53 2013 -0500 @@ -0,0 +1,8 @@ + + + + + value, name, path + +
+