changeset 1:d9f0b710e097 draft

planemo upload for repository https://github.com/zipho/data_manager_novocraft_index_builder commit 42f37282c19c7d1bacfdb5d366e589e51c770af0
author sanbi-uwc
date Fri, 04 Mar 2016 08:31:15 -0500
parents 6cddc1a6e282
children 82719c61abde
files data_manager/novocraft_index_builder.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/novocraft_index_builder.xml	Fri Mar 04 08:23:09 2016 -0500
+++ b/data_manager/novocraft_index_builder.xml	Fri Mar 04 08:31:15 2016 -0500
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <tool id="novoalign_index_builder" name="NOVO ALIGN index" tool_type="manage_data" version="0.0.1">
-    <description>Build an index for use by the Novo Align mapping tool</description>
+    <description>Build an index for use by the Novo Craft mapping tool</description>
     <stdio>
         <exit_code range=":-1" />
         <exit_code range="1:" />
     </stdio>
     <command interpreter="python">
-        novoalign_index_builder.py "${out_file}" --dbkey_description ${ dbkey.get_display_text() } --data_table_name "novocraft_index"
+        novocraft_index_builder.py "${out_file}" --dbkey_description ${ dbkey.get_display_text() } --data_table_name "novocraft_index"
     </command>
     <inputs>
         <param name="dbkey" type="genomebuild" label="DBKEY to assign to data" />