Skip to content

Commit

Permalink
added YaHS-1.2.2-foss-2024a.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
pescobar committed Jan 22, 2025
1 parent d7f96a1 commit b2f0460
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/y/YaHS-1.2.2-foss-2024a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# sciCORE - University of Basel
# SIB Swiss Institute of Bioinformatics

easyblock = 'MakeCp'

name = "YaHS"
version = "1.2.2"

homepage = 'https://github.com/c-zhou/yahs'
description = "Yet another Hi-C scaffolding tool"

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

source_urls = ['https://github.com/c-zhou/yahs/archive/refs/tags/']
sources = ['v%(version)s.tar.gz']
checksums = ['9ee37f72ee9f62015fe92029d0fa97eec90963ddf15a2f4b760b45ee2e0014aa']

files_to_copy = [(["yahs", "juicer", "agp_to_fasta"], "bin"), "LICENSE", "README.md" ]

sanity_check_paths = {
'files': ["bin/yahs", "bin/juicer", "bin/agp_to_fasta"],
'dirs': [],
}

moduleclass = 'bio'

0 comments on commit b2f0460

Please sign in to comment.