changeset 7:d7dd7c57fe6b draft default tip

Uploaded
author iss
date Fri, 03 May 2019 10:04:13 -0400
parents ccf8827ea93a
children
files chewbbaca_ptfs.loc.sample chewbbaca_schemas.loc.sample test-data/chewbbaca_ptfs.loc test-data/chewbbaca_schemas.loc tool_data_table_conf.xml.sample
diffstat 5 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/chewbbaca_ptfs.loc.sample	Fri May 03 10:04:13 2019 -0400
@@ -0,0 +1,2 @@
+#Prodigal Training Files
+Escherichia_coli	Escherichia coli	${__HERE__}/TrainingFiles4Prodigal/trained_eColi.trn
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/chewbbaca_schemas.loc.sample	Fri May 03 10:04:13 2019 -0400
@@ -0,0 +1,2 @@
+#schemas
+schema_pubMLST	schema_pubMLST	${__HERE__}/schema_ecoli_pubMLST_Achtman/_schema.txt
\ No newline at end of file
--- a/test-data/chewbbaca_ptfs.loc	Fri May 03 10:01:57 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-#Prodigal Training Files
-Escherichia_coli	Escherichia coli	${__HERE__}/TrainingFiles4Prodigal/trained_eColi.trn
\ No newline at end of file
--- a/test-data/chewbbaca_schemas.loc	Fri May 03 10:01:57 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-#schemas
-schema_pubMLST	schema_pubMLST	${__HERE__}/schema_ecoli_pubMLST_Achtman/_schema.txt
\ No newline at end of file
--- a/tool_data_table_conf.xml.sample	Fri May 03 10:01:57 2019 -0400
+++ b/tool_data_table_conf.xml.sample	Fri May 03 10:04:13 2019 -0400
@@ -1,10 +1,10 @@
 <tables>
     <table name="chewbbaca_schemas" comment_char="#">
         <columns>value, name, path</columns>
-        <file path="${__HERE__}/test-data/chewbbaca_schemas.loc" />
+        <file path="${__HERE__}/chewbbaca_schemas.loc.sample" />
     </table>
     <table name="chewbbaca_ptfs" comment_char="#">
         <columns>value, name, path</columns>
-        <file path="${__HERE__}/test-data/chewbbaca_ptfs.loc" />
+        <file path="${__HERE__}/chewbbaca_ptfs.loc.sample" />
     </table>
 </tables>
\ No newline at end of file