Vireadb

Latest version: v0.0.16

Safety actively analyzes 626157 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.0.16

* Added number of threads to Minimap2 command (via `-t <THREADS>`) when adding FASTQ file(s) to a ViReaDB
* Previously, I only passed the number of threads to samtools (via `- <THREADS>`), but not Minimap2 (it used the default number of threads)

0.0.15

* Using lossy names in CRAM conversion is now optional (but is still used by default)
* Added optional verbosity to the `add_entry` function

0.0.14

* Added `numpy` to `install_requires`
* This causes `pip` to automatically install `numpy` when the user does `pip install vireadb`

0.0.13

* Made `minimap2` and `samtools` truly optional
* If `minimap2` isn't in `PATH`, the reference genome isn't indexed (`NULL` is stored in the database instead)
* If the user opens a ViReaDB database that was created without `minimap2`, but the user now has `minimap2` installed, the reference genome should automatically get indexed and added to the database

0.0.12

* Added `install_requires` with `pysam`
* This causes `pip` to automatically install `pysam` when the user does `pip install vireadb`

0.0.11

* Fixed bug handling insertions
* Exporting a FASTA will by default export all IDs if the user doesn't provide any

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.