Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Cluster-based analysis of CpG methylation

License

NotificationsYou must be signed in to change notification settings

waterlandlab/CluBCpG

Repository files navigation

Documentation StatusLanguage grade: PythonDOI

Whats new?

v0.3.0

  • A major overhaul and modernization of the ClubCpG dependencies.
  • setup.py removed in favor of apyproject.toml
  • All project dependencies updated to modern versions
  • Support of python 3.5, 3.6, 3.7, and 3.8 dropped
  • Minimum version of python is now 3.9
  • Added GitHub Actions workflows to automate testing of python 3.9 and 3.10
  • Updated readthedocs build configuration ahead of deprecation of old method

What is CluBCpG?

CluBCpG is a software package built to analyze whole genome bisulfite sequencing (WGBS) data. This toolkit will divide each chromosome into small user-defined intervals, extract all WGBS reads within those intervals, cluster them based on identity, and write a final report to the use containing all identified CpG methylation patterns.

How do I use this?

Full documentation is available onReadTheDocs

Requirements

  • Python >= 3.9, <3.11
  • Installation of Samtools on your PATH

Install

  • (Optional, but HIGHLY recommended) Create a new python virtual environment and activate that virualenv
  • Executepip install clubcpg to install the package. Requirements will automatically be installed if not already present.

Developer Install

  • Ensure all dependencies inubuntu-preinsatll.sh are installed on the system. (Or equivilant packages if using fedora based system)
  • Install samtools, useinstall-samtools.sh
  • Make sure you have a compatible version of python installed
  • Install Poetrypip3 install poetry
  • Runpoetry install to install required packages and clubcpg
  • To install optional packages for docs building. Runpoetry install --with docs

Help! This isnt working.

Open anIssue

Can you make it do this?

Open aFeature Request


[8]ページ先頭

©2009-2025 Movatter.jp