annotate UMI_riboseq_tool/UMI_riboseq.xml @ 19:30e979789d8f draft default tip

Uploaded
author triasteran
date Fri, 30 Sep 2022 11:02:28 +0000
parents 106ef893af60
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
30e979789d8f Uploaded
triasteran
parents: 18
diff changeset
1 <tool id="UMI_riboseq" name="UMIs to Header" version="0.1.12">
10
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
2 <requirements>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
3 <requirement type="package" version="1.75">biopython</requirement>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
4 </requirements>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
5 <command detect_errors="exit_code">
16
cf1a0cbe5c34 Uploaded
triasteran
parents: 15
diff changeset
6 <![CDATA[ python3 $__tool_directory__/UMI.py $reads $output $gzip ${five_prime_UMI_length} ${three_prime_UMI_length}]]>
10
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
7 </command>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
8 <inputs>
17
42f195d0ed6d Uploaded
triasteran
parents: 16
diff changeset
9 <param format="fastq,fastqsanger,fastqsanger.gz" name="reads" type="data" label="fastqsanger,fastqsanger.gz"/>
10
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
10 <param name="gzip" type="boolean" truevalue="true" falsevalue="false" checked="True" label="Gzip the outputted FASTQ" />
15
b90ecf790d5b Uploaded
jackcurragh
parents: 14
diff changeset
11 <param name="five_prime_UMI_length" type="integer" value='2' label="Number of UMI bases at the 5' end" help="2 for McGlincy Ingolia Protocol" />
b90ecf790d5b Uploaded
jackcurragh
parents: 14
diff changeset
12 <param name="three_prime_UMI_length" type="integer" value='5' label="Number of UMI bases at the 3' end)" help="5 for McGlincy Ingolia Protocol" />
10
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
13
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
14 </inputs>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
15 <outputs>
19
30e979789d8f Uploaded
triasteran
parents: 18
diff changeset
16 <data format="fastq.gz" name="output"/>
10
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
17 </outputs>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
18 <tests>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
19 <test>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
20 <param name="reads" value="sub_10k_reads.fq.gz"/>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
21 <output name="output" file="output"/>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
22 </test>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
23 <test>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
24 <param name="reads" value="sub_10k_reads2.fq"/>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
25 <output name="output" file="output2"/>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
26 </test>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
27 </tests>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
28 <help>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
29 <![CDATA[ fastq/fastq.gz are input files with reads containing UMIs (already demultiplexed and adapters are removed).
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
30 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 ]]>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
31 </help>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
32 <citations>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
33 <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}, }
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
34 </citation>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
35 </citations>
d003917eaf2c Uploaded
jackcurragh
parents:
diff changeset
36 </tool>