Skip to content

Commit

Permalink
Merge remote-tracking branch 'rike/arm_support_cf' into arm_support_c…
Browse files Browse the repository at this point in the history
…f_debug

Debugging the build error
  • Loading branch information
dslarm committed Nov 8, 2024
2 parents c4aeb51 + 41fce3d commit 70f0502
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion recipes/control-freec/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

# Debug for ARM build, can remove later
set -x

mkdir -p $PREFIX/bin

Expand Down
9 changes: 6 additions & 3 deletions recipes/control-freec/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
- perl_shebang.patch

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage('control-freec', max_pin="x") }}

Expand Down Expand Up @@ -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.
Expand All @@ -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
- biotools:freec
additional-platforms:
- linux-aarch64

0 comments on commit 70f0502

Please sign in to comment.