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.
- Remove
PFAM_DIR
,PFAM_VERSION
. Now preferences are set withset_pfam_directory
andset_pfam_version
, without having to restart Julia. They can be read withget_pfam_directory
andget_pfam_version
.
- Register at https://github.com/cossio/CossioJuliaRegistry (no changes).
- Release v1.0.0.
- No breaking changes, but I wanted v1.0.
- BREAKING: This package now only downloads and returns paths to files, without processing. Similar to Rfam.jl.
- Use new URLs https://www.ebi.ac.uk/interpro/entry/pfam/, https://ftp.ebi.ac.uk/pub/databases/Pfam/.
- Use Preferences to set local directory path and PFAM version.
- Download prints progress in bytes downloaded.
alignment_file
function to download individual family alignments.