All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- The
RFAM_DIR
andRFAM_VERSION
preferences can now be read from environment variablesENV["JULIA_RFAM_DIR"]
andENV["JULIA_RFAM_VERSION"]
, if they exist. If theLocalPreferences.toml
file is present specifying these values, it takes precedence and the environment variables will be ignored.
- Added keyword arguments
rfam_version
andrfam_dir
to most functions. These arguments override the values in a preferences file.
- New preferences functions, no need to restart Julia after changing a preference. Removed constants
RFAM_DIR
,RFAM_VERSION
.
- Add
seed_tree
.
- Fix
Rfam.seed
typo in filename.
- Use https instead of http.
- Fix bug in Rfam.cm [d02d6804b85186018f178af4430eb64e35081366].
- Allow
dir
,version
options, bypassing LocalPreferences.toml. - Changed some names,
base_url, version_dir, fasta_dir
.
- Release v1.0.0.
- This CHANGELOG file.
- Functions in the package always return paths to files only. You must parse and load this files.