Skip to content

Commit 174f9a6

Browse files
committed
Bump version to 0.2.5
1 parent 387640f commit 174f9a6

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Key tools:
1111
- `fetchMouseIndex`: download, install, and register the mm10 Bowtie2 index.
1212
- `buildGenomeIndex`: build and register a new reference genome index.
1313

14+
Documentation: https://www.gofflab.org/HCRProbeDesign/
15+
1416
## Installation
1517
### Prerequisites
1618
- Python >= 3.6

VERSIONINFO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.2.5 - Unreleased
2+
+ Documentation base URL updated
13
## v0.2.4 - 01.16.2026
24
+ Exposed package version in `HCRProbeDesign.__version__`
35
## v0.2.3 - 01.14.2026

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ HCRProbeDesign is a command-line and Python package for designing HCR v3.0 split
44
from a target FASTA sequence. It tiles target sequences, filters by GC content, melting temperature,
55
homopolymers, and hairpins, and can optionally enforce genome uniqueness with Bowtie2.
66

7+
Documentation URL: https://www.gofflab.org/HCRProbeDesign/
8+
79
## Key tools
810
- `designProbes`: primary probe design CLI for single-record FASTA inputs
911
- `designProbesBatch`: batch probe design for multi-record FASTA inputs

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: HCRProbeDesign
22
site_description: Probe design tool for HCR v3.0 split-initiator probe pairs
3-
site_url: https://gofflab.github.io/HCRProbeDesign/
3+
site_url: https://www.gofflab.org/HCRProbeDesign/
44
repo_url: https://github.com/gofflab/HCRProbeDesign
55
nav:
66
- Home: index.md

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
# replace with your username:
33
name = hcrprobedesign
4-
version = 0.2.4
4+
version = 0.2.5
55
author = Loyal A. Goff
66
author_email = loyalgoff@jhmi.edu
77
description = Probe Design tool for Hybridization Chain Reaction

0 commit comments

Comments
 (0)