Skip to main content
https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat) https://badge.fury.io/py/sequana.svg https://github.com/sequana/sequana/actions/workflows/main.yml/badge.svg?branch=main https://coveralls.io/repos/github/sequana/sequana/badge.svg?branch=main Documentation Status JOSS (journal of open source software) DOI Python 3.10 | 3.11 | 3.12 GitHub Issues https://img.shields.io/badge/code%20style-black-000000.svg DOI downloads
How to cite:

Citations are important for us to carry on developments. For Sequana library (including the pipelines), please use

Cokelaer et al, (2017), ‘Sequana’: a Set of Snakemake NGS pipelines, Journal of Open Source Software, 2(16), 352, JOSS DOI doi:10.21105/joss.00352

For the genome coverage tool (sequana_coverage): Desvillechabrol et al, 2018: detection and characterization of genomic variations using running median and mixture models. GigaScience, 7(12), 2018. https://doi.org/10.1093/gigascience/giy110

For Sequanix: Desvillechabrol et al. Sequanix: A Dynamic Graphical Interface for Snakemake Workflows Bioinformatics, bty034, https://doi.org/10.1093/bioinformatics/bty034 Also available on bioRxiv (DOI: https://doi.org/10.1101/162701)

🔧 Overview and Installation

Sequana is a Python library dedicated to bioinformatics. It is also a project that includes a set of pipelines related to NGS (new generation sequencing) including quality control, variant calling, coverage, taxonomy, transcriptomics. We also ship Sequanix, a graphical user interface for Snakemake pipelines.

Contributors

Maintaining Sequana would not have been possible without users and contributors. Each contribution has been an encouragement to pursue this project. Thanks to all:

https://contrib.rocks/image?repo=sequana/sequana

Changelog :memo:

Version

Description

0.19.4

  • improved TRF module.

  • NEW: added fastq_split and html_report commands. The latter should be used in the future for sequana pipeline HTML reports. Right now, handles VCF file only.

0.19.3

  • Fixes plotly issue in RNAdiff plot (#872)

0.19.2

  • NEW new modules related to genomic metrics (zdna, imotif, cruciform,etc)

  • NEW new visualisation tools

  • NEW parser for hmmtools

0.19.1

  • update pyproject with matploblib, scipy, and all dependencie except snakemake (keep <8.X and its pulp dependency <2.8) because 8.X breaks the containers and therefore all pipelines. no workaround. we will need a snakemake ‘frozen library’. This is unfortunate.

  • CHANGES: remove multiqc plugin quality_control (obsolet) and updated many plugin due to increased version ofmultiqc.

0.19.0

  • UPDATE pyproject layout to be poetry2.0 compatible. drop support py3.8

  • NEW: kozak module, somy score, telomere, biomol, rnafold, restriction enzyme

  • UPDATES: sequence module has more metrics (e.g. karlin signature), fastq has a histogram for long reads,

0.18.0

  • NEW: somy scores (module and standalone)

  • CHANGES: coverage now uses mosdepth for the bam2cov. can also handle creation of the 4-column coverage file from BAM on the fly.

  • Drop python 3.8 support (more and more dependencies issues)

0.17.3

  • CHANGES: fix https://github.com/sequana/rnaseq/issues/45 to better handle multiqc files especially, feature counts plugin. Fix #855 to be able to name batch effect column arbitrary to any name. Fix batch effect column (and all others) to be strings rather than integer. If integer, factor are sorted based on the integer values, not the factor itself.

  • NEWS: add size factor comments and table.

0.17.2

  • Pin down pulp<2.8 and snakemake to <8.0 (too many changes in snakemake)

0.17.1

  • NEW: tsne plot

  • CHANGES: update iem module with additional specs

0.17.0

  • CHANGE. remove the substractor utility (use sequana_depletion pipeline instead)

  • CHANGE. remove get_max_gc_correlation function from bedtools. not used.

  • CHANGE. Got rid of freebayes_bcf_filter redundant with freebayes_vcf_filter; replace scipy fisher test with own implementation. Remove useless VCF code.

  • FIXES. rnadiff HTML report

  • IMPROV. speedup kegg enrichment using multiprocess

  • IMPROV. sequana_taxonomy can now download toydb and viruses_masking DBs from zenodo

  • NEW function to retrieve the GO terms and genes from panther website

  • NEW keep_reads function in fastq class

  • Major update of the IEM module (renamed IEM class into SampleSheet)

  • NEW addW find-integrated-genes standalone

0.16.9

  • Major fix on PCA and add batch effect plots in RNAdiff analysis

  • count matrix and DESeq2 output files’ headers fixed with missing index (no impact on analysis but only for those willing to use the CSV files in excel)

  • Taxonomy revisited to save taxonomy.dat in gzipped CSV format.

0.16.8

  • update IEM for more testing

  • better handling of error in RNADiff

  • Add new methods for ribodesigner

0.16.7

  • Stable release (fix doc), deprecated.

0.16.6

  • Refactor IEM to make it more robust with more tests.

0.16.5

  • refactor to use pyproject instead of setuptools

  • remove pkg_resources (future deprecation)

  • remove unused requirements (cookiecutter, adjusttext, docutuils, mock, psutil, pykwalify)

  • cleanup resources (e.g. moving canvas/bar.py into viz)

0.16.4

  • hot fixes on RNAdiff reports and enrichments

0.16.3

0.16.2

  • save coverage PNG image (regression)

  • Update taxonomy/coverage standalone (regression) and more tests

0.16.1

  • hotfix missing module

0.16.0

  • add mpileup module

  • homogenization enrichment + fixup rnadiff

  • Complete refactoring of sequana coverage module. Allow sequana_coverage to handle small eukaryotes in a more memory efficient way.

  • use click for the sequana_taxonomy and sequana_coverage and sequana rnadiff command

  • Small fixup on homer, idr and phantom modules (for chipseq pipeline)

0.15.4

  • add plot for rnaseq/rnadiff

0.15.3

  • add sequana.viz.plotly module. use tqdm in bamtools module

  • KEGG API changed. We update sequana to use headless server and keep the feature of annotated and colored pathway.

  • Various improvements on KEGG enrichment including saving pathways, addition –comparison option in sequana sub-command, plotly plots, etc

0.15.2

  • ribodesigner can now accept an input fasta with no GFF assuming the fasta already contains the rRNA sequences

  • Fix IEM module when dealing with double indexing

  • Fix anchors in HTML reports (rnadiff module)

  • refactorise compare module to take several rnadiff results as input

  • enrichment improvements (export KEGG and GO as csv files

0.15.1

  • Fix creation of images directory in modules report

  • add missing test related to gff

  • Fix #804

0.15.0

  • add logo in reports

  • RNADiff reports can now use shrinkage or not (optional)

  • remove useless rules now in sequana-wrappers

  • update main README to add LORA in list of pipelines

  • Log2FC values are now shrinked log2FC values in volcano plot and report table. “NotShrinked” columns for Log2FC and Log2FCSE prior shrinkage are displayed in report table.

0.14.6

  • add fasta_and_gff_annotation module to correct fasta and gff given a vcf file.

  • add macs3 module to read output of macs3 peak detector.

  • add idr module to read results of idr analysis

  • add phantom module to compute phantom peaks

  • add homer module to read annotation files from annotatePeaks

0.14.5

0.14.4

  • hotfix bug on kegg colorised pathways

  • Fix the hover_name in rnadiff volcano plot to include the index/attribute.

  • pin snakemake to be >=7.16

0.14.3

  • new fisher metric in variant calling

  • ability to use several feature in rnaseq/rnadiff

  • pin several libaries due to regression during installs

0.14.2

  • Update ribodesigner

0.14.1

  • Kegg enrichment: add gene list ‘all’ and fix incomplete annotation case

  • New uniprot module for GO term enrichment and enrichment refactorisation (transparent for users)

0.14.0

  • pinned click>=8.1.0 due to API change (autocomplete)

  • moved tests around to decrease packaging from 16 to 4Mb

  • ribodesigner: new plots, clustering and notebook

0.13.X

  • Remove useless standalones or moved to main sequana command

  • Move sequana_lane_merging into a subcommand (sequana lane_merging)

  • General cleanup of documentation, test and links to pipelines

  • add new ribodesigner subcommand

0.12.X

Any :question: Feel free to [open an issue](https://github.com/sequana/sequana/issues)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sequana-0.19.4.tar.gz (2.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sequana-0.19.4-py3-none-any.whl (2.5 MB view details)

Uploaded Python 3

File details

Details for the file sequana-0.19.4.tar.gz.

File metadata

  • Download URL: sequana-0.19.4.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.10.14 Linux/6.14.5-100.fc40.x86_64

File hashes

Hashes for sequana-0.19.4.tar.gz
Algorithm Hash digest
SHA256 5395e00a27c78123d9c2ec88958d80d128fa14dd856380bbb92e5b73de8b3bae
MD5 fb4cc8033e96a3fa9f839297008b965c
BLAKE2b-256 253296f4736a61abb8fd660bd3c2bcc657a901a549d207c43f3847c08929cafd

See more details on using hashes here.

File details

Details for the file sequana-0.19.4-py3-none-any.whl.

File metadata

  • Download URL: sequana-0.19.4-py3-none-any.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.10.14 Linux/6.14.5-100.fc40.x86_64

File hashes

Hashes for sequana-0.19.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8fc5b4fb3749757547f798b74a8386ce188385455c1e55e285a7f1cfd16a1dc3
MD5 840b00099f33306fc2e2eb23de6a7362
BLAKE2b-256 77406ffc287f54a8dff86f7ec9fb30e026c35697ce63100642a8da4db4a3ab84

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page