Skip to content

Commit

Permalink
fix PEP8 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Jan 12, 2024
1 parent 7a2564a commit 202e516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions easybuild/easyconfigs/p/pblat/pblat-2.5.1-foss-2022b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ dependencies = [
]

# use HTSlib dependency provided through EasyBuild
prebuildopts = "sed -i '5s/.\/htslib/$\{EBROOTHTSLIB\}\/include\/htslib/' Makefile && "
prebuildopts += "sed -i '40s/ htslib\/libhts.a//' Makefile && "
prebuildopts += "sed -i '41s/htslib\/libhts.a/-lhts -lcurl/' Makefile && "
prebuildopts += "sed -i -e '/htslib\/libhts.a:/,+2d' Makefile && "
prebuildopts = "sed -i '5s/.\\/htslib/$\\{EBROOTHTSLIB\\}\\/include\\/htslib/' Makefile && "
prebuildopts += "sed -i '40s/ htslib\\/libhts.a//' Makefile && "
prebuildopts += "sed -i '41s/htslib\\/libhts.a/-lhts -lcurl/' Makefile && "
prebuildopts += "sed -i -e '/htslib\\/libhts.a:/,+2d' Makefile && "

files_to_copy = [
(['%(name)s'], 'bin'),
Expand Down

0 comments on commit 202e516

Please sign in to comment.