
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
DNA input and output library for Python and Cython. Includes reader and writer for FASTA and FASTQ files, support for samtools faidx files, and generators for solid and gapped q-grams (k-mers).
.. image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: https://bioconda.github.io/recipes/dinopy/README.html
.. image:: https://img.shields.io/pypi/v/dinopy.svg?style=flat :target: https://pypi.python.org/pypi/dinopy
.. image:: https://img.shields.io/bitbucket/pipelines/HenningTimm/dinopy :target: https://bitbucket.org/HenningTimm/dinopy/addon/pipelines/home
.. image:: https://img.shields.io/readthedocs/dinopy :target: https://dinopy.readthedocs.io/en/latest/
.. image:: https://img.shields.io/pypi/l/dinopy :target: https://opensource.org/licenses/MIT
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4389307.svg :target: https://doi.org/10.5281/zenodo.4389307
Dinopy's goal is to make files containing biological sequences easily and efficiently accessible for Python and Cython programmers, allowing them to focus on their application instead of file-io.
::
#!python
import dinopy
fq_reader = dinopy.FastqReader("reads.fastq")
for sequence, name, quality in fq_reader.reads(quality_values=True):
if some_function(quality):
analyze(seq)
Features
- Easy to use reader and writer for FASTA-, FASTQ-, and SAM-files.
- Specifiable data type and representation for return values (bytes,
bytearrays, strings and integers see
`dtype <https://dinopy.readthedocs.org/en/latest/encoding.html>`__ for
more information).
- Implemented in `Cython <http://cython.org/>`__ for additional speedup.
- Offers a `Cython API <https://dinopy.readthedocs.org/en/latest/cython_integration.html>`__ to avoid introducing Python code into Cython projects.
- Works directly on gzipped files.
- Iterators for q-grams of a sequence (also allowing shaped q-grams).
- (Reverse) complement.
- Chromosome selection from FASTA files.
Getting Started
tutorial <https://dinopy.readthedocs.org/en/latest/getting-started/introduction.html>
__.here <https://dinopy.readthedocs.org/en/latest/>
__.Installation
Dinopy can be installed with pip:
::
$ pip install dinopy
or with conda:
::
$ conda install -c bioconda dinopy
Additionally, dinopy can be downloaded from Bitbucket and compiled using its
setup.py:
1. Download source code from
`bitbucket <https://bitbucket.org/HenningTimm/dinopy>`__.
2. Install globally:
::
$ python setup.py install
or only for the current user:
::
$ python setup.py install --user
3. Use dinopy:
::
$ python
>>> import dinopy
Installation requirements
python <https://www.python.org/>
__ >= 3.8numpy <http://www.numpy.org/>
__ >= 1.17cython <http://cython.org/>
__ >= 3.0.0build-essentials
(Linux) or Xcode
(OSX)We recommend using
anaconda <https://www.continuum.io/downloads>
__
and the
bioconda channel <https://github.com/bioconda/bioconda-recipes>
__.
::
$ conda config --add channels bioconda
$ conda create -n dinoenv dinopy
Platform support
Dinopy has been tested on Ubuntu, Arch Linux and OS X (Yosemite and El
Capitan).
We do not officially support Windows - dinopy will probably work, but
there might be problems due to different linebreak styles; we assume
``\n`` as separator but the probability to encounter files with ``\r\n``
as line-separator might be higher on Windows.
Contact
=======
If you want to report a bug or want to suggest a new feature, feel free to do so over at bitbucket_.
.. _bitbucket: https://bitbucket.org/HenningTimm/dinopy
Email:
* Henning Timm: name.surname <at> tu-dortmund.de
* Till Hartmann: name.surname <at> tu-dortmund.de
License
~~~~~~~
Dinopy is Open Source and licensed under the `MIT
License <http://opensource.org/licenses/MIT>`__.
FAQs
DNA input and output library for Python and Cython. Includes reader and writer for FASTA and FASTQ files, support for samtools faidx files, and generators for solid and gapped q-grams (k-mers).
We found that dinopy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.