comparison tools/sr_assembly/mira.xml @ 5:216bf640baaf draft

Uploaded v0.0.4 which fixes a problem in v0.0.3 with the backbone arguments.
author peterjc
date Wed, 09 May 2012 12:40:06 -0400
parents 117cce3296af
children 3e7eca1f5d04
comparison
equal deleted inserted replaced
4:117cce3296af 5:216bf640baaf
1 <tool id="mira_assembler" name="Assemble with MIRA" version="0.0.3"> 1 <tool id="mira_assembler" name="Assemble with MIRA" version="0.0.4">
2 <description>Takes Sanger, Roche, Illumina, and Ion Torrent data</description> 2 <description>Takes Sanger, Roche, Illumina, and Ion Torrent data</description>
3 <command interpreter="python">mira.py mira $out_fasta $out_qual $out_ace $out_caf $out_wig $out_log 3 <command interpreter="python">mira.py mira $out_fasta $out_qual $out_ace $out_caf $out_wig $out_log
4 ##Give the wrapper script list of output filenames, then the mira command... 4 ##Give the wrapper script list of output filenames, then the mira command...
5 mira --job=$job_method,$job_type,$job_quality 5 mira --job=$job_method,$job_type,$job_quality
6 6
7 ##Input files 7 ##Input files
8 #if $condBackbone.use == "true": 8 #if $condBackbone.use == "true":
9 ## Can this be linked to job_method as well? If mapping we need the backbone... 9 ## Can this be linked to job_method as well? If mapping we need the backbone...
10 -SB:lb=1:bft=1 -FN:bbin=${condBackbone.filename} 10 -SB:lb=1:bft=fasta -FN:bbin=${condBackbone.filename}
11 #end if 11 #end if
12 #if $condSanger.use == "true": 12 #if $condSanger.use == "true":
13 SANGER_SETTINGS 13 SANGER_SETTINGS
14 ## Not easy in Galaxy to add sanger to --job, so use load_sequence_data(lsd) instead 14 ## Not easy in Galaxy to add sanger to --job, so use load_sequence_data(lsd) instead
15 ## I expect hard trimmed FASTQ files with no NCBI traceinfo XML file 15 ## I expect hard trimmed FASTQ files with no NCBI traceinfo XML file