Skip to main content

Logo

Docs · Report Bug · Request Feature


Bioconda Downloads Run ClipKIT on the European Galaxy server

Run ClipKIT in the browser and leave the computing up to us!


ClipKIT is a fast and flexible alignment trimming tool that keeps phylogenetically informative sites and removes others.

If you found ClipKIT useful, please cite ClipKIT: a multiple sequence alignment trimming software for accurate phylogenomic inference. Steenwyk et al. 2020, PLOS Biology. doi: 10.1371/journal.pbio.3001007.





This documentation covers downloading and installing ClipKIT. Details about each function as well as tutorials for using ClipKIT are available in the online documentation. Release automation details are documented in RELEASE.md.


Quick Start

# install
pip install clipkit
# run
clipkit input.fa

# mask all in-frame stops in a codon-aligned nucleotide MSA
clipkit coding.fa --codon --sequence_type nt --remove_stop_codons all

# fractionally weight IUPAC ambiguity symbols in entropy/composition analyses
clipkit ambiguous.fa --sequence_type nt --ambiguity_handling fractional

ClipKIT handles recognized IUPAC ambiguity symbols conservatively by default: they are treated as missing evidence and contribute to the effective unavailable fraction used by gap-based modes. Use fractional to distribute them across possible states for entropy, composition, and the clade-entropy part of heterotachy analysis, or literal for legacy behavior. Configured gap characters take precedence, and alignment symbols are never rewritten. See the ambiguity-handling documentation for the full nucleotide/protein mappings and mode-specific behavior.

The same operation is available through the Python API:

from clipkit import clipkit

trim_run, stats = clipkit(
    input_file_path="coding.fa",
    mode="gappy",
    gaps=0.9,
    sequence_type="nt",
    codon=True,
    remove_stop_codons="all",
)
print(trim_run.stop_codon_masking.summary)

eComp archives

ClipKIT can trim Evolutionary Compression (.ecomp) archives directly. Simply pass the .ecomp file to the CLI, and ClipKIT will unpack its metadata sidecar and native payload before trimming the alignment. Archives encoded with zstd require the optional zstandard module; all other payload encodings work out of the box. By default the trimmed alignment is written back as an .ecomp archive (with a gzip fallback payload); specify -of fasta if you prefer a text format.


Installation

If you are having trouble installing ClipKIT, please contact the lead developer, Jacob L. Steenwyk, via email or twitter to get help.

To install using pip, we strongly recommend building a virtual environment to avoid software dependency issues. To do so, execute the following commands:

# create virtual environment
python -m venv venv
# activate virtual environment
source venv/bin/activate
# install clipkit
pip install clipkit

Note: the virtual environment must be activated to use clipkit.

After using ClipKIT, you may wish to deactivate your virtual environment and can do so using the following command:

# deactivate virtual environment
deactivate

Similarly, to install from source, we strongly recommend using a virtual environment. To do so, use the following commands:

# download
git clone https://github.com/JLSteenwyk/ClipKIT.git
cd ClipKIT/
# create virtual environment
python -m venv venv
# activate virtual environment
source venv/bin/activate
# install
make install

To deactivate your virtual environment, use the following command:

# deactivate virtual environment
deactivate

Note: the virtual environment must be activated to use clipkit.


To install via anaconda, execute the following command:

conda install bioconda::clipkit

Visit here for more information: https://anaconda.org/bioconda/clipkit

Release files for clipkit 2.14.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for clipkit 2.14.0
File Size Uploaded
clipkit-2.14.0.tar.gz 48.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for clipkit 2.14.0
File Interpreter ABI Platform
clipkit-2.14.0-py3-none-any.whl Python 3 none any Details

Total release size: 100.7 kB

Release files / clipkit-2.14.0.tar.gz

Download URL clipkit-2.14.0.tar.gz
Size 48.4 kB
Tags Source
SHA-256 checksum
How to use checksums
59df8f19d61171c173b7d5cfae29282d8aab79df6671e4f5a08b701b445788e1
BLAKE2b-256 checksum
How to use checksums
e0ac0931a4aa936835eec9cc95c1cac40377a12e1e727d83843278c5e8adb331
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.14

Release files / clipkit-2.14.0-py3-none-any.whl

Download URL clipkit-2.14.0-py3-none-any.whl
Size 52.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
475e89193015b5bd0acdff39f2ea282fbfd96a4452d4d6b36e7ecc9e4c3caf9b
BLAKE2b-256 checksum
How to use checksums
3e02dfadf6b2b7f72f5f508643a74680b16c3fa2c0f5437c3287ea7dc8f15389
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.14

Release history Release notifications | RSS feed

This release

2.14.0 This release

2 release files

2.13.2

2 release files

2.13.1

2 release files

2.13.0

2 release files

2.12.2

2 release files

2.12.1

2 release files

2.12.0

3 release files

2.11.4

2 release files

2.11.3

2 release files

2.10.2

2 release files

2.10.1

2 release files

2.7.0

2 release files

2.6.1

2 release files

2.5.1

2 release files

2.4.1

2 release files

2.4.0

2 release files

2.3.0

2 release files

2.2.6

2 release files

2.2.5

2 release files

2.2.4

2 release files

2.2.3

2 release files

2.2.2

2 release files

2.2.1

2 release files

2.2.0

2 release files

2.1.3

2 release files

2.1.2

2 release files

2.1.1

2 release files

2.1.0

2 release files

2.0.1

2 release files

2.0.0

2 release files

1.4.1

2 release files

1.4.0

2 release files

1.3.0

2 release files

1.2.0

2 release files

1.1.6

2 release files

1.1.5

2 release files

1.1.3

2 release files

1.1.2

2 release files

1.1.1

2 release files

1.1.0

2 release files

1.0.7

2 release files

1.0.6

2 release files

1.0.5

2 release files

1.0.4

2 release files

1.0.3

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.2.0

2 release files

0.1.9

2 release files

0.1.8

2 release files

0.1.7

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

1 release file

0.1.1

1 release file

0.1.0

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page