comparison UMI_riboseq_processing/UMI_riboseq.xml @ 8:701804f5ad4b draft

Uploaded
author triasteran
date Tue, 21 Jun 2022 13:22:08 +0000
parents be394fb47250
children 31438c26afec
comparison
equal deleted inserted replaced
7:be394fb47250 8:701804f5ad4b
1 <tool id="UMI_riboseq" name="move UMIs from reads to header" version="0.1.6a"> 1 <tool id="UMI_riboseq" name="move UMIs from reads to header" version="0.1.6c">
2 <requirements> 2 <requirements>
3 </requirements> 3 </requirements>
4 <command detect_errors="exit_code"> 4 <command detect_errors="exit_code">
5 <![CDATA[ python3 '$__tool_directory__/UMI.py' $reads $output ]]> 5 <![CDATA[ python3 '$__tool_directory__/UMI.py' $reads $output ]]>
6 </command> 6 </command>
13 <tests> 13 <tests>
14 <test> 14 <test>
15 <param name="reads" value="sub_10k_reads.fq.gz"/> 15 <param name="reads" value="sub_10k_reads.fq.gz"/>
16 <output name="output" file="output"/> 16 <output name="output" file="output"/>
17 </test> 17 </test>
18 <test>
19 <param name="reads" value="sub_10k_reads2.fq"/>
20 <output name="output" file="output2"/>
21 </test>
18 </tests> 22 </tests>
19 <help> 23 <help>
20 <![CDATA[ fastq/fastq.gz are input files with reads containing UMIs (already demultiplexed and adapters are removed). 24 <![CDATA[ fastq/fastq.gz are input files with reads containing UMIs (already demultiplexed and adapters are removed).
21 The output of the script is fastq/fastq.gz file where UMIs (7nt in total, 5'NN and 3'NNNNN preceding barcode consisting of 5nt) are in header of the read. It is designed for protocol: McGlincy NJ, Ingolia NT. Transcriptome-wide measurement of translation by ribosome profiling. Methods. 2017;126:112-129. doi:10.1016/j.ymeth.2017.05.028 ]]> 25 The output of the script is fastq/fastq.gz file where UMIs (7nt in total, 5'NN and 3'NNNNN preceding barcode consisting of 5nt) are in header of the read. It is designed for protocol: McGlincy NJ, Ingolia NT. Transcriptome-wide measurement of translation by ribosome profiling. Methods. 2017;126:112-129. doi:10.1016/j.ymeth.2017.05.028 ]]>
22 </help> 26 </help>