Skip to content

Commit

Permalink
#235 progress #286 cleanup wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Feb 22, 2024
1 parent 87fcd39 commit 9d88053
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,412 deletions.
7 changes: 4 additions & 3 deletions 235_singleM/ExpressBetaDiversity-1.0.10-GCC-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ dependencies = [
]

prebuildopts = "cd source && "
prebuildopts += "sed -i 's|#!/usr/bin/python|#!/usr/bin/env python|g' dep.py && "
# fix wrong regex pattern which makes: FutureWarning: split() requires a non-empty pattern match.
prebuildopts += "sed -i '36 s/*/+/' dep.py && "
# force use python from dependencies not the one on a node
buildopts = "DEP='python dep.py'"

files_to_copy = [
'bin',
Expand All @@ -39,6 +42,4 @@ sanity_check_commands = [
'cd bin && ExpressBetaDiversity -u',
]

# fix_python_shebang_for = ['source/dep.py', 'scripts/*']

moduleclass = 'bio'
Loading

0 comments on commit 9d88053

Please sign in to comment.