Skip to content

Commit

Permalink
Merge pull request #21445 from PetrKralCZ/20240919134506_new_pr_qcat110
Browse files Browse the repository at this point in the history
{bio}[foss/2023b] qcat v1.1.0
  • Loading branch information
boegel authored Sep 24, 2024
2 parents e209be1 + 2ebaa9b commit 34f72b7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions easybuild/easyconfigs/q/qcat/qcat-1.1.0-foss-2023b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Author: Pavel Grochal (INUITS)
# License: GPLv2
# Update: Petr Král (INUITS)
easyblock = 'PythonPackage'

name = 'qcat'
version = '1.1.0'

homepage = 'https://github.com/nanoporetech/qcat'
description = "qcat is a Python command-line tool for demultiplexing Oxford Nanopore reads from FASTQ files"

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

sources = [SOURCE_TAR_GZ]
checksums = ['56f225321a48eef43e2b83a33cbbb47bf1b1edcd569f3db4d088a1bc0199e20a']

dependencies = [
('Python', '3.11.5'),
('Biopython', '1.84'),
('python-parasail', '1.3.4'),
('PyYAML', '6.0.1'),
]

download_dep_fail = True
use_pip = True
sanity_pip_check = True

sanity_check_paths = {
'files': ['bin/qcat'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}

sanity_check_commands = ["qcat --help"]

moduleclass = 'bio'

0 comments on commit 34f72b7

Please sign in to comment.