mimseq
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: mimseq | ||
| Version: 1.3.6 | ||
| Version: 1.3.7 | ||
| Summary: Custom high-throughput tRNA sequencing alignment and quantification pipeline based on modification induced misincorporation cDNA synthesis. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/nedialkova-lab/mim-tRNAseq |
@@ -96,3 +96,3 @@ #!/usr/bin/env python3 | ||
| num_cytosilic = len([k for k in tRNA_dict.keys() if tRNA_dict[k]['type'] == "cytosolic"]) | ||
| log.info("{} cytosolic tRNA sequences imported".format(num_cytosilic)) | ||
| log.info("{} filtered cytosolic tRNA sequences imported (Und, NNN and nmt sequences excluded)".format(num_cytosilic)) | ||
@@ -342,3 +342,3 @@ # Read in and parse modomics file to contain similar headers to tRNA_dict | ||
| log.info("{} total tRNA gene sequences (undetermined and nmt sequences excluded)".format(len(tRNA_dict))) | ||
| log.info("{} total tRNA gene sequences".format(len(tRNA_dict))) | ||
| log.info("{} sequences with a match to Modomics dataset".format(match_count)) | ||
@@ -950,3 +950,3 @@ | ||
| for line in tRNAscan: | ||
| if line.startswith("chr"): | ||
| if not line.startswith(("Sequence", "Name", "-")): | ||
| tRNA_ID = line.split()[0] + ".trna" + line.split()[1] | ||
@@ -953,0 +953,0 @@ tRNA_start = int(line.split()[2]) |
@@ -1,1 +0,1 @@ | ||
| __version__ = "v1.3.6" | ||
| __version__ = "v1.3.7" |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: mimseq | ||
| Version: 1.3.6 | ||
| Version: 1.3.7 | ||
| Summary: Custom high-throughput tRNA sequencing alignment and quantification pipeline based on modification induced misincorporation cDNA synthesis. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/nedialkova-lab/mim-tRNAseq |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
17834241
0