File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ symclatron test
3737### Option 2: Mamba or Conda
3838
3939``` sh
40- mamba create -n symclatron-0.9.9 -c conda-forge -c bioconda -c https://repo.prefix.dev/astrogenomics symclatron
41- mamba run -n symclatron-0.9.9 symclatron setup
42- mamba run -n symclatron-0.9.9 symclatron test
40+ mamba create -n symclatron-0.9.10 -c conda-forge -c bioconda -c https://repo.prefix.dev/astrogenomics symclatron
41+ mamba run -n symclatron-0.9.10 symclatron setup
42+ mamba run -n symclatron-0.9.10 symclatron test
4343# Outputs are written under `output_test_Symclatron_<DATETIME>/faa` and `output_test_Symclatron_<DATETIME>/fna`
4444# (or under `--output-dir` if provided).
4545```
Original file line number Diff line number Diff line change 11context :
2- version : 0.9.9
2+ version : 0.9.10
33
44package :
55 name : symclatron
66 version : ${{ version }}
77
88source :
99- url : https://pypi.org/packages/source/s/symclatron/symclatron-${{ version }}.tar.gz
10- sha256 : b55eb8f7c2c0dfc03ff8ecf7fbb6edde333963abdd2eecfdc3217ad8a5473b21
10+ sha256 : 8b0c0c6b8ae3104c61e285ae0d88595b33448b877e777aa8cc4a04960fc95ad6
1111
1212build :
1313 script :
Original file line number Diff line number Diff line change 1717"""
1818
1919# Version information - required by flit for dynamic version
20- __version__ = "0.9.9 "
20+ __version__ = "0.9.10 "
2121
2222# Author information - required by flit
2323__author__ = "Juan C. Villada"
Original file line number Diff line number Diff line change 52522025
5353"""
5454
55- __version__ = "0.9.9 "
55+ __version__ = "0.9.10 "
5656
5757def _abs_path (path : Union [str , Path ]) -> str :
5858 """Return an absolute path without requiring it to exist."""
You can’t perform that action at this time.
0 commit comments