changeset 0:c6d4c170a22d draft default tip

planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc/tree/master/packages/package_novoalign_3.0-3_04_04 commit 23d245ee5f625f69e1aaf00c41bbbb67eb0fb865-dirty
author sanbi-uwc
date Mon, 09 Jan 2017 08:26:08 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Jan 09 08:26:08 2017 -0500
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="novoalign" version="3.04.04">
+        <install version="1.0">
+            <actions_group>
+                <actions>
+                    <action type="download_by_url">http://intranet.sanbi.ac.za/novocraftV3.04.04.Linux3.0_with_lic.tar.gz</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
+                    </action>
+                </actions>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions_group>
+        </install>
+        <readme>
+            <![CDATA[
+                Release Novoalign V3.04.04, NovoalignCS V1.06.04, Novomethyl V1.02, Novosort V1.03.09. 24 March 2016
+
+                Changes:
+                Novoalign*
+                      1. Fix: NovoalignMPI may hang if Illumina chastity filter flag is set to Y on a read.
+                      2. Fix: Novoalign can produce invalid CIGARs for multi-mapped reads when using -r Random or -r All (from V3.04.00)
+            ]]>
+        </readme>
+    </package>
+</tool_dependency>