Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
MAVIS is python command-line tool for the post-processing of structural variant calls. The general MAVIS pipeline consists of six main stages
All steps in the MAVIS pipeline are called following the main mavis entry point. The usage menu can be viewed by running without any arguments, or by giving the -h/--help option
mavis -h
Help sub-menus can be found by giving the pipeline step followed by no arguments or the -h options
mavis cluster -h
Common problems and questions are addressed on the wiki. If you have a question or issue that is not answered there (or already a github issue) please submit a github issue to our github page or contact us by email at mavis@bcgsc.ca
The simplest way to use MAVIS is via Singularity. The MAVIS docker container used by singularity will take care of installing the aligner as well.
pip install -U setuptools pip wheel
pip install mavis_config # also installs snakemake
Now you will run mavis via Snakemake as follows
snakemake \
-j <MAX JOBS> \
--configfile <YOUR CONFIG> \
--use-singularity \
-s Snakefile
For other installation options which do not use docker/singularity see the comprehensive install instructions in the user manual
If you use MAVIS as a part of your project please cite
FAQs
A Structural Variant Post-Processing Package
We found that mavis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.