You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign 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 - pypi Package Compare versions

Comparing version
1.3.8
to
1.3.9
+1
-1
mimseq.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: mimseq
Version: 1.3.8
Version: 1.3.9
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

@@ -6,2 +6,3 @@ biopython

pysam
pytest
seaborn

@@ -8,0 +9,0 @@ matplotlib

@@ -48,4 +48,2 @@ # -*- coding: utf-8 -*-

n += 1
# Remove temporary files
rmtree(join(dirpath, s))
return outdf

@@ -74,2 +72,1 @@

outdf.to_csv(dirpath+"/crosstalks.tsv",sep="\t",index=False)

@@ -129,2 +129,4 @@ #!/usr/bin/env python3

anticodon = data['anticodon']
if anticodon == None:
print(data)
new_anticodon = getUnmodSeq(anticodon, modifications)

@@ -131,0 +133,0 @@ if "N" in new_anticodon:

@@ -1,1 +0,1 @@

__version__ = "v1.3.8"
__version__ = "v1.3.9"
Metadata-Version: 2.1
Name: mimseq
Version: 1.3.8
Version: 1.3.9
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

@@ -48,2 +48,3 @@ #!/usr/bin/env python

"pysam",
"pytest",
"seaborn",

@@ -50,0 +51,0 @@ "matplotlib",