# HG changeset patch # User peterjc # Date 1360841192 18000 # Node ID 4d3f94dfb857b5651db2176f28c6cda964308110 # Parent 3e7eca1f5d04158263735aca0b6aec935039f454 Uploaded v0.0.6, tell MIRA to use /tmp for temporary files, and ignore long read names (to prevent it aborting). diff -r 3e7eca1f5d04 -r 4d3f94dfb857 tools/sr_assembly/mira.txt --- a/tools/sr_assembly/mira.txt Fri Feb 01 10:34:21 2013 -0500 +++ b/tools/sr_assembly/mira.txt Thu Feb 14 06:26:32 2013 -0500 @@ -44,6 +44,8 @@ v0.0.5 - Implement the tag to record the wrapper version and the MIRA version being used. - Check using MIRA 3.4 (later versions have a different API) +v0.0.6 - Tell MIRA to use /tmp for temporary files + - Tell MIRA to ignore long read names (otherwise it aborts) Developers diff -r 3e7eca1f5d04 -r 4d3f94dfb857 tools/sr_assembly/mira.xml --- a/tools/sr_assembly/mira.xml Fri Feb 01 10:34:21 2013 -0500 +++ b/tools/sr_assembly/mira.xml Thu Feb 14 06:26:32 2013 -0500 @@ -1,4 +1,4 @@ - + Takes Sanger, Roche, Illumina, and Ion Torrent data mira.py -v mira.py mira $out_fasta $out_qual $out_ace $out_caf $out_wig $out_log @@ -37,12 +37,20 @@ ##Output files COMMON_SETTINGS + +##ignore warnings about long read names +-MI:somrnl=0 + ##Explicitly request the FASTA (+QUAL), CAF, ACE, WIG output ##Explicitly disable formats we won't use like MAF (reduce IO) -OUT:orf=1:orc=1:ora=1:orw=1:orm=0:org=0:ors=0 + ##remove_rollover_tmps, remove_tmp_directory -OUT:rrot=1:rtd=1 +##put mira temp directory on local storage +-DI:trt=/tmp + @@ -124,11 +132,12 @@ - + Bio + mira