comparison mothur/tools/mothur/trim.flows.xml @ 35:95d75b35e4d2

Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
author certain cat
date Fri, 31 Oct 2014 15:09:32 -0400
parents ec8df51e841a
children
comparison
equal deleted inserted replaced
34:1be61ceb20d7 35:95d75b35e4d2
1 <tool id="mothur_trim_flows" name="Trim.flows" version="1.22.0" force_history_refresh="True"> 1 <tool id="mothur_trim_flows" name="Trim.flows" version="1.23.0" force_history_refresh="True">
2 <description>partition by barcode, trim to length, cull by lenght and mismatches</description> 2 <description>partition by barcode, trim to length, cull by lenght and mismatches</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 #import re, os.path 5 #import re, os.path
6 --cmd='trim.flows' 6 --cmd='trim.flows'
95 </param> 95 </param>
96 <param name="noise" type="float" value="" optional="true" label="noise - treat any intensity signal less than this threshold as noise" 96 <param name="noise" type="float" value="" optional="true" label="noise - treat any intensity signal less than this threshold as noise"
97 help="default .7"> 97 help="default .7">
98 <validator type="in_range" message="signal between 0. and 1." min="0.0" max="1.0"/> 98 <validator type="in_range" message="signal between 0. and 1." min="0.0" max="1.0"/>
99 </param> 99 </param>
100 <param name="order" type="text" value="" label="order - flow order for nucleotides in the sequencer" 100 <param name="order" type="text" value="A" label="order - flow order for nucleotides in the sequencer"
101 help="default is TACG"/> 101 help="default is A, was TACG. Also accepts B or I"/>
102 102
103 <param name="fasta" type="boolean" truevalue="--fasta=true" falsevalue="" checked="false" label="fasta - translate the flowgram data to fasta sequence format"/> 103 <param name="fasta" type="boolean" truevalue="--fasta=true" falsevalue="" checked="false" label="fasta - translate the flowgram data to fasta sequence format"/>
104 104
105 </inputs> 105 </inputs>
106 <outputs> 106 <outputs>
113 <data format_source="fasta" name="flow_fasta" label="${tool.name} on ${on_string}: flow.fasta"> 113 <data format_source="fasta" name="flow_fasta" label="${tool.name} on ${on_string}: flow.fasta">
114 <filter>fasta == True</filter> 114 <filter>fasta == True</filter>
115 </data> 115 </data>
116 </outputs> 116 </outputs>
117 <requirements> 117 <requirements>
118 <requirement type="package" version="1.27">mothur</requirement> 118 <requirement type="package" version="1.33">mothur</requirement>
119 </requirements> 119 </requirements>
120 <tests> 120 <tests>
121 </tests> 121 </tests>
122 <help> 122 <help>
123 **mothur overview** 123 **mothur overview**