Skip to content

Commit

Permalink
Merge pull request #21444 from PetrKralCZ/20240919134411_new_pr_NanoF…
Browse files Browse the repository at this point in the history
…ilt280

{bio}[foss/2023b] NanoFilt v2.8.0
  • Loading branch information
boegel authored Sep 24, 2024
2 parents 8811e09 + dabd4a3 commit c8f6ef2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/n/NanoFilt/NanoFilt-2.8.0-foss-2023b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'PythonPackage'

name = 'NanoFilt'
version = '2.8.0'

homepage = 'https://github.com/wdecoster/nanofilt'
description = """Filtering and trimming of long read sequencing data."""

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

sources = [SOURCE_TAR_GZ]
checksums = ['47f4f4f8be834f011570a8d76d07cc12abe0686c8917607316a8ccfb3e20758c']

dependencies = [
('Python', '3.11.5'),
('Biopython', '1.84'),
]

download_dep_fail = True
use_pip = True

sanity_check_commands = ["NanoFilt --help"]

sanity_pip_check = True

moduleclass = 'bio'

0 comments on commit c8f6ef2

Please sign in to comment.