diff --git a/recipes/control-freec/build.sh b/recipes/control-freec/build.sh index bfa671b9484e4..226e5371ee240 100644 --- a/recipes/control-freec/build.sh +++ b/recipes/control-freec/build.sh @@ -1,5 +1,6 @@ #!/bin/bash - +# Debug for ARM build, can remove later +set -x mkdir -p $PREFIX/bin diff --git a/recipes/control-freec/meta.yaml b/recipes/control-freec/meta.yaml index f38a50db7ccbe..3fad42fb870be 100644 --- a/recipes/control-freec/meta.yaml +++ b/recipes/control-freec/meta.yaml @@ -14,7 +14,7 @@ source: - perl_shebang.patch build: - number: 0 + number: 1 run_exports: - {{ pin_subpackage('control-freec', max_pin="x") }} @@ -42,7 +42,8 @@ test: about: home: https://github.com/BoevaLab/FREEC - license: GPL (>=2) + license: GPL-2.0-or-later + license_family: GPL2 summary: | Copy number and genotype annotation from whole genome and whole exome sequencing data. @@ -54,4 +55,6 @@ extra: like e.g. freec2bed.pl and freec2circos.pl (see homepage) are available in the command line as well. identifiers: - - biotools:freec \ No newline at end of file + - biotools:freec + additional-platforms: + - linux-aarch64