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.4
to
1.3.5
mimseq/data/ce11-eColitK/ce11-tRNAs-filtered.fa

Sorry, the diff of this file is too big to display

+1
-0
[console_scripts]
mimseq = mimseq.mimseq:main
Metadata-Version: 2.1
Name: mimseq
Version: 1.3.4
Version: 1.3.5
Summary: Custom high-throughput tRNA sequencing alignment and quantification pipeline based on modification induced misincorporation cDNA synthesis.

@@ -9,2 +9,3 @@ Home-page: https://github.com/nedialkova-lab/mim-tRNAseq

License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta

@@ -18,1 +19,4 @@ Classifier: Environment :: Console

License-File: LICENSE.txt
UNKNOWN

@@ -58,2 +58,3 @@ LICENSE.txt

mimseq/data/ce11-eColitK/ce11-tRNAs-detailed.out
mimseq/data/ce11-eColitK/ce11-tRNAs-filtered.fa
mimseq/data/ce11-eColitK/ce11-tRNAs.bed

@@ -60,0 +61,0 @@ mimseq/data/ce11-eColitK/ce11-tRNAs_name_map.txt

+2
-5

@@ -18,6 +18,3 @@ # Generate fasta file of full tRNA set using bed file and custom script to adjust tRNA naming in final fasta

#### mitochondrial Tyr-GTA missing a 3'-A which leads to inaccuracies in alignment and shows as mostly CCA-less reads in CCA plots ####
#### Gene should end on CCA and gain an additional CCA after processing
#### manually added this A
#### see https://www.nature.com/articles/s41467-020-18068-6#Sec24 (supplementary data 4)
# remove tRNA-Lys-CTT-7-1 as this is definitely a weird tRNA with extra sequence in D-loop that is not an intron
# despite high score, this is a strange tRNA (http://gtrnadb.ucsc.edu/genomes/eukaryota/Celeg11/genes/tRNA-Lys-CTT-7-1.html)

@@ -416,3 +416,3 @@ #! /usr/bin/env python3

if args.species == 'Cele':
args.trnas = os.path.dirname(os.path.realpath(__file__)) + "/data/ce11-eColitK/ce11-tRNAs-all.fa"
args.trnas = os.path.dirname(os.path.realpath(__file__)) + "/data/ce11-eColitK/ce11-tRNAs-filtered.fa"
args.trnaout = os.path.dirname(os.path.realpath(__file__)) + "/data/ce11-eColitK/ce11-tRNAs-detailed.out"

@@ -419,0 +419,0 @@ args.mito = os.path.dirname(os.path.realpath(__file__)) + "/data/ce11-eColitK/ce11-mitotRNAs.fa"

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

__version__ = "v1.3.4"
__version__ = "v1.3.5"
Metadata-Version: 2.1
Name: mimseq
Version: 1.3.4
Version: 1.3.5
Summary: Custom high-throughput tRNA sequencing alignment and quantification pipeline based on modification induced misincorporation cDNA synthesis.

@@ -9,2 +9,3 @@ Home-page: https://github.com/nedialkova-lab/mim-tRNAseq

License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta

@@ -18,1 +19,4 @@ Classifier: Environment :: Console

License-File: LICENSE.txt
UNKNOWN