mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: tbsp: Run guix style
* gnu/packages/bioinformatics.scm (tbsp): Run guix style. Change-Id: I3301f95963aac1f47b28e86a40374df2171732f8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
8ed2fcd5aa
commit
825ceadb5f
1 changed files with 16 additions and 20 deletions
|
@ -22351,28 +22351,24 @@ and reflect the fast5 file schema, and tools to convert between
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1im0bik2hxkcb7jzkcxp5nqb30hd8lfraxml6i5ik52j6z3qqln1"))))
|
||||||
"1im0bik2hxkcb7jzkcxp5nqb30hd8lfraxml6i5ik52j6z3qqln1"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests included
|
'(#:tests? #f ;no tests included
|
||||||
#:phases
|
#:phases (modify-phases %standard-phases
|
||||||
(modify-phases %standard-phases
|
(add-after 'unpack 'relax-requirements
|
||||||
(add-after 'unpack 'relax-requirements
|
(lambda _
|
||||||
(lambda _
|
(substitute* "setup.py"
|
||||||
(substitute* "setup.py"
|
((", <3.0")
|
||||||
((", <3.0") ""))))))) ; matplotlib
|
""))))))) ;matplotlib
|
||||||
(inputs
|
(inputs (list python-matplotlib
|
||||||
(list python-matplotlib
|
python-networkx
|
||||||
python-networkx
|
python-numpy
|
||||||
python-numpy
|
python-pybigwig
|
||||||
python-pybigwig
|
python-biopython-1.73
|
||||||
python-biopython-1.73
|
python-scikit-learn
|
||||||
python-scikit-learn
|
python-scipy))
|
||||||
python-scipy))
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(native-inputs
|
|
||||||
(list python-setuptools
|
|
||||||
python-wheel))
|
|
||||||
(home-page "https://github.com/phoenixding/tbsp/")
|
(home-page "https://github.com/phoenixding/tbsp/")
|
||||||
(synopsis "SNP-based trajectory inference")
|
(synopsis "SNP-based trajectory inference")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue