# HG changeset patch
# User triasteran
# Date 1664528824 0
# Node ID 4605a1af1f3d9ba77923df76d91a79101207e1cf
# Parent 393b73b2eb5fe28bfbc33c4a375774cb709e4d01
Uploaded
diff -r 393b73b2eb5f -r 4605a1af1f3d UMI_riboseq_tool/UMI.py
--- a/UMI_riboseq_tool/UMI.py Mon Jul 25 12:22:53 2022 +0000
+++ b/UMI_riboseq_tool/UMI.py Fri Sep 30 09:07:04 2022 +0000
@@ -50,7 +50,7 @@
print ('file is gzipped fastq')
with gzip.open(pathToFastaFile, "rt") as handle:
for i, record in enumerate(SeqIO.parse(handle, "fastq")):
- process_fastq_record(record, output, UMI_5_prime_length=2, UMI_3_prime_length=5)
+ process_fastq_record(record, output, UMI_5_prime_length, UMI_3_prime_length)
else:
for record in SeqIO.parse(pathToFastaFile, 'fastq'):
diff -r 393b73b2eb5f -r 4605a1af1f3d UMI_riboseq_tool/UMI_riboseq.xml
--- a/UMI_riboseq_tool/UMI_riboseq.xml Mon Jul 25 12:22:53 2022 +0000
+++ b/UMI_riboseq_tool/UMI_riboseq.xml Fri Sep 30 09:07:04 2022 +0000
@@ -3,17 +3,17 @@
biopython
-
+
-
-
+
+
-
+
@@ -30,7 +30,7 @@
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 ]]>
- @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}, }
+ @misc{FedorovaAD2022 and TierneyJack2022, author = {Fedorova Alla, Tierney Jack}, 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}, }