Skip to content

Commit

Permalink
progress on #411 decona
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Sep 19, 2024
1 parent 52eb639 commit 0f52370
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 411_decona/decona-1.4-20240731-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
('minimap2', '2.26'),
('Racon', '1.5.0'),
('medaka', '1.11.3'),
('BLAST+', '2.14.1'), # TODO
('BLAST+', '2.14.1'),
]

fix_python_shebang_for = ['decona']
Expand All @@ -36,6 +36,6 @@ sanity_check_paths = {
'dirs': [],
}

sanity_check_commands = ["decona -v | grep 'This is Decona %(version)s'"]
sanity_check_commands = ["decona -v | grep 'This is Decona %s'" % version.split('-')[0]]

moduleclass = 'bio'
2 changes: 1 addition & 1 deletion 411_decona/qcat-1.1.0-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ easyblock = 'PythonPackage'
name = 'qcat'
version = '1.1.0'

homepage = 'https://github.com/nanoporetech/qcat/releases'
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': '2023a'}
Expand Down
2 changes: 1 addition & 1 deletion 411_decona/qcat-1.1.0-foss-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ easyblock = 'PythonPackage'
name = 'qcat'
version = '1.1.0'

homepage = 'https://github.com/nanoporetech/qcat/releases'
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'}
Expand Down

0 comments on commit 0f52370

Please sign in to comment.