# HG changeset patch
# User greg
# Date 1627570967 0
# Node ID 14384fd2a7e2672c85d6463f7bde9ea7b210e975
# Parent f641e52353e8c296a3768dff0f6ca4cd8972ff9d
Uploaded
diff -r f641e52353e8 -r 14384fd2a7e2 .shed.yml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.shed.yml Thu Jul 29 15:02:47 2021 +0000
@@ -0,0 +1,11 @@
+name: vsnp_build_tables
+owner: greg
+description: |
+ Contains a tool that produces Excel spreadsheets from outputs produced by the vsnp_get_snps tool.
+homepage_url: https://github.com/USDA-VS/vSNP
+long_description: |
+ Contains a tool that produces Excel spreadsheets from outputs produced by the vsnp_get_snps tool.
+remote_repository_url: https://github.com/gregvonkuster/galaxy_tools/tree/master/tools/sequence_analysis/vsnp/vsnp_build_tables
+type: unrestricted
+categories:
+ - Sequence Analysis
diff -r f641e52353e8 -r 14384fd2a7e2 static/images/._table_description.png
Binary file static/images/._table_description.png has changed
diff -r f641e52353e8 -r 14384fd2a7e2 vsnp_build_tables.xml
--- a/vsnp_build_tables.xml Thu Jul 29 13:52:48 2021 +0000
+++ b/vsnp_build_tables.xml Thu Jul 29 15:02:47 2021 +0000
@@ -22,17 +22,17 @@
mkdir $input_json_dir &&
#for $i in $input_type_cond.input_avg_mq_json_collection:
#set file_name = $i.file_name
- #set identifier = re.sub('[^\s\w\-]', '_', str($i.element_identifier))
+ #set identifier = re.sub('[^\s\w\-\\.]', '_', str($i.element_identifier))
ln -s '$file_name' '$input_json_avg_mq_dir/$identifier' &&
#end for
#for $i in $input_type_cond.input_snps_json_collection:
#set file_name = $i.file_name
- #set identifier = re.sub('[^\s\w\-]', '_', str($i.element_identifier))
+ #set identifier = re.sub('[^\s\w\-\\.]', '_', str($i.element_identifier))
ln -s '$file_name' '$input_json_dir/$identifier' &&
#end for
#for $i in $input_type_cond.input_newick_collection:
#set file_name = $i.file_name
- #set identifier = re.sub('[^\s\w\-]', '_', str($i.element_identifier))
+ #set identifier = re.sub('[^\s\w\-\\.]', '_', str($i.element_identifier))
ln -s '$file_name' '$input_newick_dir/$identifier' &&
#end for
#end if
@@ -139,12 +139,12 @@
-
-
-
-
-
-
+
+
+
+
+
+