Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

mimseq

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mimseq - npm Package Compare versions

Comparing version
1.3.6
to
1.3.7
+1
-1
mimseq.egg-info/PKG-INFO
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"
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