Skip to content

Commit

Permalink
#462 PR version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Nov 27, 2024
1 parent cb55a24 commit 5f00452
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
9 changes: 1 addition & 8 deletions 463_MATES/bedTools-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ dependencies = [

buildopts = 'CXX="$CXX"'

files_to_copy = [
'bin',
'docs',
'data',
'genomes',
'scripts',
'test',
]
files_to_copy = ['bin', 'docs', 'data', 'genomes', 'scripts', 'test']

sanity_check_paths = {
'files': ['bin/%s' % x for x in ['bedtools', 'pairToBed', 'mergeBed', 'bedToBam', 'fastaFromBed']],
Expand Down
15 changes: 2 additions & 13 deletions 463_MATES/mates.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ description = "A Deep Learning-Based Model for Quantifying Transposable Elements

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

# DPES:
# OK "matplotlib==3.7.2",
# OK "numpy==1.25.2",
# OK "pandas==2.0.0",
# OK CREATED "pybedtools==0.10.0",
# OK "pysam==0.22.1",
# OK "scipy==1.11.2",
# OK "torch==2.0.0",
# OK "tqdm==4.66.1",
# ok "pyranges==0.0.129",
# OK CREATED "anndata==0.8.0"

dependencies = [
('Python', '3.11.5'),
('Python-bundle-PyPI', '2023.10'),
Expand Down Expand Up @@ -48,9 +36,10 @@ exts_list = [
}),
(name, version, {
'modulename': 'MATES',
# unpin exact versions of dependencies
'preinstallopts': """sed -i 's/==.*//g' requirements.txt && sed -i 's/==.*/\",/g' setup.py && """,
'source_urls': ['https://github.com/mcgilldinglab/MATES/archive'],
'sources': [{'download_filename': '3846ad5.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}],
'sources': [{'download_filename': '%s.tar.gz' % local_commit, 'filename': SOURCE_TAR_GZ}],
'checksums': ['40fbb87dd72ca4c9e5347f2e984f9c0a0caa817d4eee692476be71e733e76f61'],
}),
]
Expand Down
2 changes: 1 addition & 1 deletion 463_MATES/pybedtools-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toolchain = {'name': 'foss', 'version': '2023b'}
dependencies = [
('Python', '3.11.5'),
('SciPy-bundle', '2023.11'),
('BEDTools', '2.31.1'), # CREATED
('BEDTools', '2.31.1'),
('Pysam', '0.22.0'),
]

Expand Down

0 comments on commit 5f00452

Please sign in to comment.