diff tools/mira_3_4/mira.txt @ 7:e810e45bdad7 draft

Uploaded v0.0.8, first attempt at unit test. Known to fail on local Galaxy install, suspected to be a test framework limitation.
author peterjc
date Tue, 30 Apr 2013 11:42:07 -0400
parents 03743667463c
children da604cc07658
line wrap: on
line diff
--- a/tools/mira_3_4/mira.txt	Wed Apr 24 12:54:44 2013 -0400
+++ b/tools/mira_3_4/mira.txt	Tue Apr 30 11:42:07 2013 -0400
@@ -61,6 +61,7 @@
 v0.0.6 - Tell MIRA to use /tmp for temporary files
        - Tell MIRA to ignore long read names (otherwise it aborts)
 v0.0.7 - Automated installation of the 64 bit Linux MIRA binary.
+v0.0.8 - Basic unit test aded.
 
 
 Developers
@@ -72,7 +73,7 @@
 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use
 the following command from the Galaxy root folder:
 
-$ tar -czf mira_wrapper.tar.gz tools/mira_3_4/mira.* tools/mira_3_4/tool_dependencies.xml
+$ tar -czf mira_wrapper.tar.gz tools/mira_3_4/mira.* tools/mira_3_4/tool_dependencies.xml test-data/tvc_mini.fastq test-data/tvc_contigs.fasta
 
 Check this worked:
 
@@ -81,6 +82,8 @@
 tools/mira_3_4/mira.txt
 tools/mira_3_4/mira.xml
 tools/mira_3_4/tool_dependencies.xml
+test-data/tvc_mini.fastq
+test-data/tvc_contigs.fasta
 
 
 Licence (MIT/BSD style)