| Previous changeset 2:d192dfa14e23 (2021-07-07) Next changeset 4:752228a0f66d (2021-07-08) |
|
Commit message:
"planemo upload commit 5a255cfbba89d13ea62aeaaabd2801ac618cbb6b-dirty" |
|
modified:
macros.xml tool-data/coast_taxonomic_filters.loc.sample tool_data_table_conf.xml.sample |
| b |
| diff -r d192dfa14e23 -r 5dbb883a5340 macros.xml --- a/macros.xml Wed Jul 07 16:33:45 2021 +0000 +++ b/macros.xml Thu Jul 08 00:20:39 2021 +0000 |
| [ |
| @@ -44,7 +44,7 @@ <xml name="protein_db"> <param name="db" type="select" optional="false" label="BLAST-Ready protein sequences database."> - <options from_data_table="blastdb_p" /> + <options from_data_table="blastdb" /> </param> </xml> <token name="@DB@"><![CDATA[ |
| b |
| diff -r d192dfa14e23 -r 5dbb883a5340 tool-data/coast_taxonomic_filters.loc.sample --- a/tool-data/coast_taxonomic_filters.loc.sample Wed Jul 07 16:33:45 2021 +0000 +++ b/tool-data/coast_taxonomic_filters.loc.sample Thu Jul 08 00:20:39 2021 +0000 |
| b |
| @@ -1,28 +1,10 @@ #This is a sample file distributed with Galaxy that enables tools #to use a directory of Samtools indexed sequences data files. You will need -#to create these data files and then create a sam_fa_indices.loc file +#to create these data files and then create a coast_taxonomic_filters.loc file #similar to this one (store it in this directory) that points to -#the directories in which those files are stored. The sam_fa_indices.loc +#the directories in which those files are stored. The coast_taxonomic_filters.loc #file has this format (white space characters are TAB characters): # -#index <seq> <location> -# -#So, for example, if you had hg18 indexed stored in -#/depot/data2/galaxy/sam/, -#then the sam_fa_indices.loc entry would look like this: -# -#index hg18 /depot/data2/galaxy/sam/hg18.fa -# -#and your /depot/data2/galaxy/sam/ directory -#would contain hg18.fa and hg18.fa.fai files: +#value <name> <node_name> <path> # -#-rw-r--r-- 1 james universe 830134 2005-09-13 10:12 hg18.fa -#-rw-r--r-- 1 james universe 527388 2005-09-13 10:12 hg18.fa.fai -# -#Your coast_taxonomic_filters.loc file should include an entry per line for -#each index set you have stored. The file in the path does actually -#exist, but it should never be directly used. Instead, the name serves -#as a prefix for the index file. For example: -# -#index hg18 /depot/data2/galaxy/sam/hg18.fa -#index hg19 /depot/data2/galaxy/sam/hg19.fa \ No newline at end of file +#2_2021_07_08_00_33_22 bac (taxid - 2) (date - 2021_07_08_00) bac /depot/data2/galaxy/sam/hg18.fa |
| b |
| diff -r d192dfa14e23 -r 5dbb883a5340 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Wed Jul 07 16:33:45 2021 +0000 +++ b/tool_data_table_conf.xml.sample Thu Jul 08 00:20:39 2021 +0000 |
| b |
| @@ -4,8 +4,8 @@ <columns>value, name, node_name, path</columns> <file path="tool-data/coast_taxonomic_filters.loc" /> </table> - <table name="blastdb_p" comment_char="#" allow_duplicate_entries="False"> - <columns>value, name, node_name, path</columns> - <file path="tool-data/coast_taxonomic_filters.loc" /> + <table name="blastdb" comment_char="#"> + <columns>value, name, path</columns> + <file path="tool-data/blastdb.loc" /> </table> </tables> \ No newline at end of file |