Skip to content

Commit

Permalink
fix ncurses problem
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Oct 31, 2024
1 parent 3ddbdd7 commit c3a3164
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ dependencies = [
('Perl-bundle-CPAN', '5.36.1'),
('Statistics-R', '0.34'),
('Python', '3.11.3'),
('SAMtools', '0.1.20'),
]

prebuildopts = 'rm %(start_dir)s/tools_opera_ms/samtools && '
prebuildopts += 'cd %(start_dir)s/tools_opera_ms && ln -s $EBROOTSAMTOOLS/bin/samtools && '
prebuildopts += 'cd %(start_dir)s &&'
buildopts = 'CFLAGS="$CFLAGS"'

files_to_copy = [
Expand Down

0 comments on commit c3a3164

Please sign in to comment.