Finding recombinations in reads
Project description
Find Recombinations Among Genomes (FRAGS)
Find Recombinations Among Genomes (FRAGS) is a software dedicated to analyze recombinations in viral genomes.
- note:
FRAGS is tested with Gitlab Ci for the following Python version: 3.7 to 3.8
- issues:
Please use https://gitlab.pasteur.fr/nmaillet/frags
Overview
Find Recombinations Among Genomes (FRAGS), is a standalone software dedicated to identify reads coming from recombination events.
FRAGS is a python tool taking fasta/fastq files of reads as input and one or two reference genomes. It then identifies chimeric reads (reads composed of non-adjacent fragsments, coming either from on one or the two references genomes) and potential breakpoints (insert between fragsments). Optionally, breakpoints can then be Blasted again the host genome, if provided.
Main results are in CSV files. Three CSV files contain respectively results for reads that have fragsments coming from the first reference only, the second reference only or both references. Another CSV file contains headers of reads that did not match anywhere. Finally, three files are produced when using Blast: breakpoints.fasta, containing the breakpoint portions to Blast, res_blast.csv containing the result of Blast on breakpoints.csv and compressed.fasta, a compressed version of res_blast.csv keeping only results of the best e-value/bit-score for each input sequences and produce a fasta-like file.
FRAGS follows the standards for software development with continuous integration on Gitlab (https://gitlab.pasteur.fr/nmaillet/frags) and automatic on-line documentation (https://frags.readthedocs.io/en/latest/).
Installation
In order to install FRAGS, you can use pip:
pip3 install frags
This command installs FRAGS and its Python dependencies.
Usage
From the command line:
frags --help
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
File details
Details for the file frags-0.1.5.tar.gz
.
File metadata
- Download URL: frags-0.1.5.tar.gz
- Upload date:
- Size: 43.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ea36a8f8114cb9df55ced68b9d2e91c57e670a22e4b11e8b054df6434e9d1f7 |
|
MD5 | da49619ca6bd54c796ad43bb0242ee3d |
|
BLAKE2b-256 | cd457b20ce3a1e75975a64012bb5b9bdee4b2c446e432779294e18889620ed63 |