New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

armadillin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

armadillin

Lineage prediction from SARS-CoV-2 sequences

  • 0.53
  • PyPI
  • Socket score

Maintainers
1

Armadillin

A Re-engineered Method Allowing DetermInation of viraL LINeages

Armadillin is an experimental alternative approach to training models on lineages designated by the PANGO team.

Armadillin uses dense neural networks for assignment, which means it doesn't have to assume that positions with an N are the reference sequence. Armadillin is still very fast, in part because it sparsifies the feature input to this neural net during training.

Installation

With pipx (self-contained):

pip install --local pipx
pipx install  armadillin

or in your environment:

pip3 install armadillin

Usage

We'll use a NextStrain open sampled file for a demo:

wget https://data.nextstrain.org/files/ncov/open/global/sequences.fasta.xz
armadillin sequences.fasta.xz

or

armadillin sequences.fasta.xz > output.tsv

If you have sequences already aligned to the reference you can make inference much faster using the --seqs_are_aligned parameter:

wget https://data.nextstrain.org/files/ncov/open/global/aligned.fasta.xz
armadillin aligned.fasta.xz --seqs_are_aligned > output.tsv

Pangolin is the OG for assigning lineages

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc