Skip to content
Merged
2 changes: 2 additions & 0 deletions recipes/masurca/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ ${BINDIR}/masurca -g masurca_config_example.txt
cd ${SRC_DIR}/Flye
make -j"${CPU_COUNT}"
install -v -m 0755 bin/flye* "${PREFIX}/bin"

find "${PREFIX}/bin" -name "*.pl" -exec sed -i '1s|^#!.*perl.*|#!/usr/bin/env perl|' {} +
13 changes: 12 additions & 1 deletion recipes/masurca/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
- 0002-48bit_iterator.patch

build:
number: 0
number: 1
skip: True # [osx]
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}
Expand All @@ -22,6 +22,7 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- make
- cmake
- automake
- autoconf
- libtool
Expand All @@ -31,11 +32,19 @@ requirements:
- bzip2
- libxcrypt
- boost-cpp
- xz
- ncurses
- openssl
- gdbm
run:
- boost-cpp
- perl
- python
- grep
- bwa
- file
- gzip
- coreutils

test:
commands:
Expand All @@ -58,3 +67,5 @@ extra:
identifiers:
- biotools:masurca
- doi:10.1093/bioinformatics/btt476
skip-lints:
- compiler_needs_stdlib_c # until https://github.com/bioconda/bioconda-utils/issues/1095 is resolved
Loading