comparison UMI_riboseq_processing/UMI_riboseq.xml @ 4:a580e700aac3 draft

Uploaded
author triasteran
date Tue, 21 Jun 2022 08:32:44 +0000
parents d27375bc4a1c
children e370df93715d
comparison
equal deleted inserted replaced
3:d27375bc4a1c 4:a580e700aac3
1 <tool id="UMI_riboseq" name="move UMIs from reads to header" version="0.1.3"> 1 <tool id="UMI_riboseq" name="move UMIs from reads to header" version="0.1.4">
2 <requirements> 2 <requirements>
3 <requirement type="package" version="1.75">biopython</requirement>
3 </requirements> 4 </requirements>
4 <command detect_errors="exit_code"> 5 <command detect_errors="exit_code">
5 <![CDATA[ python3 '$__tool_directory__/UMI.py' $reads $output ]]> 6 <![CDATA[ python3 '$__tool_directory__/UMI.py' $reads $output ]]>
6 </command> 7 </command>
7 <inputs> 8 <inputs>
15 <param name="reads" value="sub_10k_reads.fq.gz"/> 16 <param name="reads" value="sub_10k_reads.fq.gz"/>
16 <output name="output" file="output"/> 17 <output name="output" file="output"/>
17 </test> 18 </test>
18 </tests> 19 </tests>
19 <help> 20 <help>
20 <![CDATA[ **fastq/fastq.gz** input files with reads containing both UMIs and barcodes but NO adapters. ----- **Output** 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; next step of processing is demultiplexing]]> 21 <![CDATA[ fastq/fastq.gz are input files with reads containing UMIs (already demultiplexed and adapters are removed).
22 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 ]]>
21 </help> 23 </help>
22 <citations> 24 <citations>
23 <citation type="bibtex"> @misc{FedorovaAD2022, author = {Fedorova Alla}, year = {2022}, title = {UMI_for_riboseq}, publisher = {GitHub}, journal = {GitHub repository}, url = {https://github.com/triasteran/RiboGalaxy_with_ansible/blob/main/toolshed_tools/UMI_riboseq_tool/UMI.py}, } 25 <citation type="bibtex"> @misc{FedorovaAD2022, author = {Fedorova Alla}, year = {2022}, title = {UMI_for_riboseq}, publisher = {GitHub}, journal = {GitHub repository}, url = {https://github.com/triasteran/RiboGalaxy_with_ansible/blob/main/toolshed_tools/UMI_riboseq_tool/UMI.py}, }
24 </citation> 26 </citation>
25 </citations> 27 </citations>