Randomly alter fasta files by substracting a given % of genes in a genome (fasta) or in a (% of a) set of genomes
Project description
# Overview
Randomly alter fasta files by substracting a given % of genes in a genome (fasta) or in a (% of a) set of genomes
Free software: CeCILL 2.1 Free Software License
## Installation
pip install subsample-fastas
## Documentation
To use the project:
` python import subsample_fastas subsample_fastas.longest() `
## Development
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
<table> <colgroup> <col style=”width: 10%” /> <col style=”width: 90%” /> </colgroup> <tbody> <tr class=”odd”> <td>Windows</td> <td><pre><code>set PYTEST_ADDOPTS=–cov-append tox</code></pre></td> </tr> <tr class=”even”> <td>Other</td> <td><pre><code>PYTEST_ADDOPTS=–cov-append tox</code></pre></td> </tr> </tbody> </table>
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] - 0.0.0 (<TODAY>) ——————
Work in progress
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for subsample_fastas-0.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75e33edf072f2817675e342a91a484a9497c13666d0f66aa394458ffb437f141 |
|
MD5 | 8e5158c4b562fcedaa1daec691596b05 |
|
BLAKE2b-256 | 5971df69903990d824f25680c702ab44bacec5f182123f52eb63f68540ad10e2 |