Mercurial > repos > peterjc > mira_assembler
diff tools/sr_assembly/mira.xml @ 2:8bddbb4b2575 draft
Uploaded v0.0.6
author | peterjc |
---|---|
date | Wed, 24 Apr 2013 11:52:10 -0400 |
parents | c947750f82fb |
children |
line wrap: on
line diff
--- a/tools/sr_assembly/mira.xml Wed Apr 24 11:51:50 2013 -0400 +++ b/tools/sr_assembly/mira.xml Wed Apr 24 11:52:10 2013 -0400 @@ -1,4 +1,4 @@ -<tool id="mira_assembler" name="Assemble with MIRA" version="0.0.5"> +<tool id="mira_assembler" name="Assemble with MIRA" version="0.0.6"> <description>Takes Sanger, Roche, Illumina, and Ion Torrent data</description> <version_command interpreter="python">mira.py -v</version_command> <command interpreter="python">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 + </command> <inputs> <param name="job_method" type="select" label="Assembly method" help="Mapping mode requires backbone/reference sequence(s)"> @@ -124,11 +132,12 @@ <data name="out_ace" format="txt" label="MIRA contigs (ACE)" /> <data name="out_wig" format="wig" label="MIRA coverage (Wiggle)" /> <data name="out_log" format="txt" label="MIRA log" /> - </outputs> + </outputs> <tests> </tests> <requirements> <requirement type="python-module">Bio</requirement> + <requirement type="binary">mira</requirement> </requirements> <help>