diff tools/mira4/mira4_mapping.xml @ 19:8487d70e82aa draft

Uploaded v0.0.3 preview 1, target MIRA v4.0.2
author peterjc
date Wed, 21 May 2014 06:56:06 -0400
parents 381aa262c8cb
children aeb3e35f8236
line wrap: on
line diff
--- a/tools/mira4/mira4_mapping.xml	Tue Mar 25 07:37:50 2014 -0400
+++ b/tools/mira4/mira4_mapping.xml	Wed May 21 06:56:06 2014 -0400
@@ -1,4 +1,4 @@
-<tool id="mira_4_0_mapping" name="MIRA v4.0 mapping" version="0.0.2">
+<tool id="mira_4_0_mapping" name="MIRA v4.0 mapping" version="0.0.3">
     <description>Maps Sanger, Roche 454, Solexa/Illumina, Ion Torrent and PacBio reads</description>
     <requirements>
         <requirement type="binary">mira</requirement>
@@ -80,7 +80,7 @@
         <configfile name="manifest">
 project = MIRA
 job = mapping,${job_type},${job_quality}
-parameters = -NW:cmrnl=no -DI:trt=/tmp
+parameters = -NW:cmrnl=no -DI:trt=/tmp -OUT:orc=no
 ## -GE:not is short for -GENERAL:number_of_threads and using one (1)
 ## can be useful for repeatability of assemblies and bug hunting.
 ## This is overriden by the command line -t switch which is easier
@@ -93,6 +93,9 @@
 ## -DI:trt is short for -DIRECTORY:tmp_redirected_to and should
 ## point to a local hard drive (not something like NFS on network).
 ## We replace /tmp with an environment variable via mira4.py
+##
+## -OUT:orc=no is short for -OUTPUT:output_result_caf=no
+## which turns off an output file we don't want anyway.
 
 ##This bar goes into the manifest as a comment line
 #------------------------------------------------------------------------------