# HG changeset patch # User diodupima # Date 1625674780 0 # Node ID 88fe28c4976de5235a0013e19114f9c421db7420 "planemo upload commit 4ee329c2779b2e6e1ea0b58e4c636ff0658a8852-dirty" diff -r 000000000000 -r 88fe28c4976d coast_search_blast.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/coast_search_blast.xml Wed Jul 07 16:19:40 2021 +0000 @@ -0,0 +1,46 @@ + + Run a new job, and identify the closest proteomes, using BLAST + + macros.xml + + + blast + + + + + + + + + +
+ + +
+
+ + + + + + + + +
\ No newline at end of file diff -r 000000000000 -r 88fe28c4976d macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Jul 07 16:19:40 2021 +0000 @@ -0,0 +1,228 @@ + + 0.1.1 + + coast + + + + @misc{noauthor_coast_nodate, + title = {{COAST} - {Compartive} {Ominc} {Alignment} {Search} {Tool}}, + url = {https://gitlab.com/coast_tool/COAST}, + abstract = {Alignment search tool that identifies similar proteomes}, + language = {en}, + urldate = {2021-06-22}, + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "r" in outfmt + + + "b" in outfmt + + + "a" in outfmt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 000000000000 -r 88fe28c4976d table_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/table_data_table_conf.xml.sample Wed Jul 07 16:19:40 2021 +0000 @@ -0,0 +1,7 @@ + + + + value, name, node_name, path + +
+
\ No newline at end of file diff -r 000000000000 -r 88fe28c4976d tool-data/coast_taxonomic_filters.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/coast_taxonomic_filters.loc.sample Wed Jul 07 16:19:40 2021 +0000 @@ -0,0 +1,28 @@ +#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 +#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 +#file has this format (white space characters are TAB characters): +# +#index +# +#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: +# +#-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