Mercurial > repos > iuc > umi_tools_extract
comparison umi-tools_extract.xml @ 1:79436b3019e9 draft
planemo upload commit c8e46ecad0b1473097517e582ed6c43eb0635b36
author | iuc |
---|---|
date | Tue, 29 Aug 2017 17:37:07 -0400 |
parents | 418b961e0576 |
children | e73a22ff585c |
comparison
equal
deleted
inserted
replaced
0:418b961e0576 | 1:79436b3019e9 |
---|---|
1 <tool id="umi_tools_extract" name="UMI-tools extract" version="0.4.4.0"> | 1 <tool id="umi_tools_extract" name="UMI-tools extract" version="@VERSION@.0"> |
2 <description>Extract UMI from fastq files</description> | 2 <description>Extract UMI from fastq files</description> |
3 <requirements> | 3 <macros> |
4 <requirement type="package" version="0.4.4">umi_tools</requirement> | 4 <import>macros.xml</import> |
5 </requirements> | 5 </macros> |
6 <expand macro="requirements" /> | |
6 <command detect_errors="exit_code"><![CDATA[ | 7 <command detect_errors="exit_code"><![CDATA[ |
7 #set $gz = False | 8 #set $gz = False |
8 #if $input_type.type == 'single': | 9 #if $input_type.type == 'single': |
9 #if $input_type.input_single.is_of_type("fastq.gz", "fastqsanger.gz"): | 10 #if $input_type.input_single.is_of_type("fastq.gz", "fastqsanger.gz"): |
10 ln -s '$input_type.input_single' input_single.gz && | 11 ln -s '$input_type.input_single' input_single.gz && |
148 <param name="prime3" value="0" /> | 149 <param name="prime3" value="0" /> |
149 <param name="quality_selector" value="true" /> | 150 <param name="quality_selector" value="true" /> |
150 <param name="quality_filter_threshold" value="10" /> | 151 <param name="quality_filter_threshold" value="10" /> |
151 <param name="quality_encoding" value="phred33" /> | 152 <param name="quality_encoding" value="phred33" /> |
152 <output name="out" file="out_SE.fastq" /> | 153 <output name="out" file="out_SE.fastq" /> |
153 <output name="out_log" file="out_single.log" lines_diff="15"/> | 154 <output name="out_log" file="out_single.log" lines_diff="22"/> |
154 </test> | 155 </test> |
155 <test> | 156 <test> |
156 <param name="type" value="paired" /> | 157 <param name="type" value="paired" /> |
157 <param name="input_read1" value="t_R1.fastq.gz" ftype="fastq.gz" /> | 158 <param name="input_read1" value="t_R1.fastq.gz" ftype="fastq.gz" /> |
158 <param name="input_read2" value="t_R2.fastq.gz" ftype="fastq.gz" /> | 159 <param name="input_read2" value="t_R2.fastq.gz" ftype="fastq.gz" /> |
159 <param name="bc_pattern" value="NNNXXX" /> | 160 <param name="bc_pattern" value="NNNXXX" /> |
160 <output name="out1" file="out_R1.fastq.gz" decompress="true" /> | 161 <output name="out1" file="out_R1.fastq.gz" decompress="true" lines_diff="2" /> |
161 <output name="out2" file="out_R2.fastq.gz" decompress="true" /> | 162 <output name="out2" file="out_R2.fastq.gz" decompress="true" lines_diff="2" /> |
162 <output name="out_log" file="out_paired.log" lines_diff="10"/> | 163 <output name="out_log" file="out_paired.log" lines_diff="16"/> |
163 </test> | 164 </test> |
164 </tests> | 165 </tests> |
165 <help><![CDATA[ | 166 <help><![CDATA[ |
166 | 167 |
167 | 168 |
239 | 240 |
240 reads end one from stdin and end two from FASTQIN and outputs end one to stdin | 241 reads end one from stdin and end two from FASTQIN and outputs end one to stdin |
241 and end two to FASTQOUT. | 242 and end two to FASTQOUT. |
242 | 243 |
243 ]]></help> | 244 ]]></help> |
244 <citations> | 245 <expand macro="citations" /> |
245 <citation type="doi">10.1101/gr.209601.116</citation> | |
246 <citation type="bibtex"> | |
247 @misc{githubUMI-tools, | |
248 title = {UMI-tools}, | |
249 publisher = {GitHub}, | |
250 journal = {GitHub repository}, | |
251 url = {https://github.com/CGATOxford/UMI-tools}, | |
252 } | |
253 </citation> | |
254 </citations> | |
255 </tool> | 246 </tool> |