[med-svn] [Git][med-team/macsyfinder][master] 8 commits: New upstream version

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Sun Aug 24 12:30:48 BST 2025



Michael R. Crusoe pushed to branch master at Debian Med / macsyfinder


Commits:
4e123fcb by Michael R. Crusoe at 2025-08-23T14:09:14+01:00
New upstream version

- - - - -
6d984f32 by Michael R. Crusoe at 2025-08-23T14:09:25+01:00
New upstream version 2.1.5
- - - - -
727282de by Michael R. Crusoe at 2025-08-23T14:19:09+01:00
Update upstream source from tag 'upstream/2.1.5'

Update to upstream version '2.1.5'
with Debian dir 8be35257837471127c0fb5c001459867903c09eb
- - - - -
cae0a745 by Michael R. Crusoe at 2025-08-23T14:19:11+01:00
Standards-Version: 4.7.2 (routine-update)

- - - - -
ea96ec45 by Michael R. Crusoe at 2025-08-23T14:24:29+01:00
Dropped patches applied upstream or no longer relevant: adjust_test, do_not_test_parse_model_old_syntax, skip_failing_test

- - - - -
4a74e359 by Michael R. Crusoe at 2025-08-23T15:30:15+01:00
d/control: remove unneeded dependencies: python3-{yaml,networkx}

- - - - -
76e14ead by Michael R. Crusoe at 2025-08-23T16:30:49+01:00
Make doc building optional

- - - - -
afb0fa41 by Michael R. Crusoe at 2025-08-23T18:55:30+02:00
build-dep on new dependency: macsylib

- - - - -


182 changed files:

- .github/PULL_REQUEST_TEMPLATE.md
- .github/workflows/ruff.yml
- .github/workflows/testing.yml
- .gitignore
- .gitlab-ci.yml
- .gitlab/issue_templates/Enhancement → .gitlab/issue_templates/Enhancement.md
- .readthedocs.yaml
- CONTRIBUTORS.md
- COPYRIGHT
- Docker/Macsyfinder/Dockerfile.2.1.4
- macsypy/error.py → Docker/Macsyfinder/Dockerfile.2.1.5
- Docker/Macsyfinder/macsyfinder-entrypoint.sh
- Docker/coverage/Dockerfile
- MANIFEST.in
- README.md
- codemeta.json
- debian/changelog
- debian/control
- − debian/patches/adjust_test
- − debian/patches/do_not_test_parse_model_old_syntax.patch
- debian/patches/privacy
- debian/patches/series
- − debian/patches/skip_failing_test.patch
- debian/rules
- + doc/source/_static/github-banner.svg
- − doc/source/_static/macsyfinder_classes.pdf
- − doc/source/_static/macsyfinder_classes.svg
- doc/source/_templates/layout.html
- doc/source/conf.py
- − doc/source/developer_guide/api/cluster.rst
- − doc/source/developer_guide/api/config.rst
- − doc/source/developer_guide/api/database.rst
- − doc/source/developer_guide/api/definition_parser.rst
- − doc/source/developer_guide/api/error.rst
- − doc/source/developer_guide/api/gene.rst
- − doc/source/developer_guide/api/hit.rst
- doc/source/developer_guide/api/index.rst
- + doc/source/developer_guide/api/io.rst
- − doc/source/developer_guide/api/model.rst
- − doc/source/developer_guide/api/model_conf_parser.rst
- − doc/source/developer_guide/api/package.rst
- − doc/source/developer_guide/api/profile.rst
- − doc/source/developer_guide/api/registries.rst
- − doc/source/developer_guide/api/report.rst
- doc/source/developer_guide/api/scripts.rst
- − doc/source/developer_guide/api/search_genes.rst
- − doc/source/developer_guide/api/serialization.rst
- − doc/source/developer_guide/api/solution.rst
- − doc/source/developer_guide/api/system.rst
- − doc/source/developer_guide/api/utils.rst
- doc/source/developer_guide/index.rst
- doc/source/developer_guide/installation.rst
- doc/source/developer_guide/overview.rst
- doc/source/index.rst
- doc/source/modeler_guide/FAQ_modeler.rst
- doc/source/modeler_guide/gallery.rst
- doc/source/modeler_guide/helper_tools.rst
- doc/source/modeler_guide/index.rst
- doc/source/modeler_guide/installation.rst
- doc/source/modeler_guide/modeling.rst
- doc/source/modeler_guide/models_V1ToV2.rst
- doc/source/modeler_guide/package.rst
- doc/source/modeler_guide/publish_package.rst
- doc/source/user_guide/FAQ.rst
- doc/source/user_guide/big_data.rst
- doc/source/user_guide/functioning.rst
- doc/source/user_guide/gembase_convention.rst
- doc/source/user_guide/index.rst
- doc/source/user_guide/input.rst
- doc/source/user_guide/installation.rst
- doc/source/user_guide/model_definition.rst
- doc/source/user_guide/new_v2.rst
- doc/source/user_guide/outputs.rst
- doc/source/user_guide/quickstart.rst
- − macsypy/__init__.py
- − macsypy/cluster.py
- − macsypy/config.py
- − macsypy/data/pre-push
- − macsypy/database.py
- − macsypy/definition_parser.py
- − macsypy/gene.py
- − macsypy/hit.py
- − macsypy/metadata.py
- − macsypy/model.py
- − macsypy/model_conf_parser.py
- − macsypy/package.py
- − macsypy/profile.py
- − macsypy/registries.py
- − macsypy/report.py
- − macsypy/scripts/macsydata.py
- − macsypy/scripts/macsyprofile.py
- − macsypy/search_genes.py
- − macsypy/serialization.py
- − macsypy/solution.py
- − macsypy/system.py
- − macsypy/utils.py
- nextflow.config
- parallel_macsyfinder.nf
- pyproject.toml
- − setup.cfg
- setup.py
- + src/macsyfinder/__init__.py
- macsypy/licenses.py → src/macsyfinder/io.py
- macsypy/scripts/__init__.py → src/macsyfinder/scripts/__init__.py
- macsypy/scripts/macsy_gembase_split.py → src/macsyfinder/scripts/macsy_gembase_split.py
- macsypy/scripts/macsy_merge_results.py → src/macsyfinder/scripts/macsy_merge_results.py
- macsypy/scripts/macsyconfig.py → src/macsyfinder/scripts/macsyconfig.py
- tests/test_ProfileFactory.py → src/macsyfinder/scripts/macsydata.py
- tests/test_ModelBank.py → src/macsyfinder/scripts/macsyprofile.py
- macsypy/scripts/macsyfinder.py → src/macsyfinder/scripts/msf.py
- tests/__init__.py
- − tests/data/conf_files/macsy_models.conf
- − tests/data/conf_files/macsy_test_bad_conf.conf
- − tests/data/conf_files/macsy_test_conf.conf
- − tests/data/conf_files/macsy_virtualenv_test.conf
- − tests/data/conf_files/macsyfinder-old.conf
- − tests/data/conf_files/model_conf.xml
- − tests/data/conf_files/model_conf_wo_filtering.xml
- − tests/data/conf_files/model_conf_wo_weights.xml
- − tests/data/conf_files/project.conf
- tests/data/functional_test_unordered/all_systems.tsv
- + tests/data/hmm/old_profile.hmm
- + tests/data/hmm/one_profile.hmm
- + tests/data/hmm/several_profiles.hmm
- tests/data/conf_files/macsyfinder_default.conf → tests/data/macsyfinder_default.conf
- − tests/data/minimal_pack/README.md
- − tests/data/minimal_pack/definitions/model_example.xml
- − tests/data/minimal_pack/metadata.yml
- − tests/data/minimal_pack/model_conf.xml
- − tests/data/pack_metadata/bad_metadata.yml
- − tests/data/pack_metadata/good_metadata.yml
- − tests/data/pack_metadata/metadata_no_cite.yml
- − tests/data/pack_metadata/metadata_no_copyright.yml
- − tests/data/pack_metadata/metadata_no_desc.yml
- − tests/data/pack_metadata/metadata_no_doc.yml
- − tests/data/pack_metadata/metadata_no_email.yml
- − tests/data/pack_metadata/metadata_no_license.yml
- − tests/data/pack_metadata/metadata_no_maintainer.yml
- − tests/data/pack_metadata/metadata_no_name.yml
- − tests/data/pack_metadata/metadata_no_vers.yml
- − tests/data/pack_metadata/metadata_poor_quality.yml
- − tests/data/results_macsyprofile.tsv
- − tests/data/results_macsyprofile_best_score.tsv
- − tests/data/results_macsyprofile_coverage.tsv
- − tests/data/results_macsyprofile_evalue.tsv
- − tests/data/results_macsyprofile_no_hits.tsv
- − tests/data/results_macsyprofile_pattern.tsv
- − tests/run_tests.py
- − tests/test_Config.py
- − tests/test_DefinitionParser.py
- − tests/test_Exchangeable.py
- − tests/test_GeneBank.py
- − tests/test_Indexes.py
- − tests/test_LikelySystem.py
- − tests/test_MacsyDefaults.py
- − tests/test_MatchMaker.py
- − tests/test_Model.py
- − tests/test_Profile.py
- − tests/test_RejectedCandiate.py
- − tests/test_RepliconDB.py
- − tests/test_Report.py
- − tests/test_System.py
- − tests/test_cluster.py
- tests/test_functional_test.py
- − tests/test_gene.py
- − tests/test_hit.py
- + tests/test_io.py
- tests/test_macsy_gembase_split.py
- tests/test_macsy_merge_results.py
- tests/test_macsyconfig.py
- − tests/test_macsydata.py
- tests/test_macsyfinder.py
- − tests/test_macsyprofile.py
- − tests/test_metadata.py
- − tests/test_model_conf_parser.py
- − tests/test_package.py
- − tests/test_registries.py
- tests/test_macsypy.py → tests/test_scripts.py
- − tests/test_search_genes.py
- − tests/test_serialization.py
- − tests/test_solution.py
- − tests/test_utils.py


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/med-team/macsyfinder/-/compare/e7aba37270c8ccbacb9ae2345eea13ecdc4f195f...afb0fa41c2ed415a41a0773211da06652e821af8

-- 
View it on GitLab: https://salsa.debian.org/med-team/macsyfinder/-/compare/e7aba37270c8ccbacb9ae2345eea13ecdc4f195f...afb0fa41c2ed415a41a0773211da06652e821af8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250824/cf6871c9/attachment-0001.htm>


More information about the debian-med-commit mailing list