Skip to content

Commit

Permalink
progress on #236 NGSpeciesID
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Jan 22, 2024
1 parent 219826a commit 5cf298e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 51 deletions.
45 changes: 0 additions & 45 deletions 236_NGSpeciesID/Biopython-1.83-foss-2023a.eb

This file was deleted.

9 changes: 3 additions & 6 deletions 236_NGSpeciesID/WhatsHap-2.1-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ especially suitable for long reads, but works also well with short reads."""

toolchain = {'name': 'foss', 'version': '2023a'}

# builddependencies = [('Python-bundle-PyPI', '2023.06')]
builddependencies = [('hatchling', '1.18.0')]

dependencies = [
('Python', '3.11.3'),
Expand All @@ -29,12 +29,9 @@ sanity_pip_check = True
use_pip = True

exts_list = [
('isal', '1.5.3', {
'checksums': ['01d9b76db3535374d720a06f5d66031f74e609698f0382fdd6ab3a0351210b72'],
}),
('xopen', '1.8.0', {
('xopen', '1.7.0', {
'source_tmpl': SOURCE_PY3_WHL,
'checksums': ['e151a23bcaa0913e9683654c197d1da2444d4e59f27aa17e93bbf42eb4a72d7d'],
'checksums': ['c4c6c978bb5f6f2a4364438da09f4f8fde078b6df4de18e3f72fccc472d1ee33'],
}),
('PuLP', '2.8.0', {
'source_tmpl': SOURCE_PY3_WHL,
Expand Down
1 change: 1 addition & 0 deletions 236_NGSpeciesID/edlib-1.3.9-GCC-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ checksums = ['64c3dfab3ebe3e759565a0cc71eb4df23cf3ce1713fd558af3c473dddc2a3766']

dependencies = [
('Python', '3.11.3'),
('Python-bundle-PyPI', '2023.06'),
]

download_dep_fail = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ builddependencies = [('binutils', '2.40')]

dependencies = [
('Python', '3.11.3'),
('Python-bundle-PyPI', '2023.06'),
]

use_pip = True
Expand Down

0 comments on commit 5cf298e

Please sign in to comment.