changeset 8:56e8324519c4 draft

planemo upload for repository https://github.com/zipho/data_manager_novocraft_index_builder commit 5cafd4fdb42b48ff25190df59ff59d1195efa0fc
author sanbi-uwc
date Sat, 05 Mar 2016 10:12:22 -0500
parents d04a59b76845
children 810d5013fdc2
files data_manager/novocraft_index_builder.py tool-data/novocraft_index.loc.sample tool-data/novocraft_index.nix.sample tool_data_table_conf.xml.sample
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/novocraft_index_builder.py	Sat Mar 05 09:19:21 2016 -0500
+++ b/data_manager/novocraft_index_builder.py	Sat Mar 05 10:12:22 2016 -0500
@@ -47,7 +47,7 @@
     #    fasta_filename,
     #    nslots)
     #cmdline = shlex.split(cmdline_str)
-    index_filename = 'foo.nix'
+    index_filename = 'foo'
     cmdline = ('touch', '{}/{}'.format(target_directory, index_filename))
     try:
         check_call(cmdline)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/novocraft_index.loc.sample	Sat Mar 05 10:12:22 2016 -0500
@@ -0,0 +1,2 @@
+#TODO: Document
+#<unique_build_id>  <dbkey> <display_name>  <directory_path>
--- a/tool-data/novocraft_index.nix.sample	Sat Mar 05 09:19:21 2016 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-#TODO: Document
-#<unique_build_id>  <dbkey> <display_name>  <directory_path>
--- a/tool_data_table_conf.xml.sample	Sat Mar 05 09:19:21 2016 -0500
+++ b/tool_data_table_conf.xml.sample	Sat Mar 05 10:12:22 2016 -0500
@@ -1,6 +1,6 @@
 <tables>
     <table name="novocraft_index" comment_char="#">
         <columns>value, dbkey, name, path</columns>
-        <file path="tool-data/novocraft_index.nix" />
+        <file path="tool-data/novocraft_index.loc" />
     </table>
 </tables>