Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dslarm committed Nov 8, 2024
1 parent 70f0502 commit c947991
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/control-freec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ do
cp $f $PREFIX/bin
done

ls -l $PREFIX/bin
echo get_fasta_lengths.pl is...
cat $PREFIX/bin/get_fasta_lengths.pl

cd src
$CXX -o $PREFIX/bin/freec $CXXFLAGS $LDFLAGS *.cpp -lpthread
2 changes: 2 additions & 0 deletions recipes/control-freec/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ requirements:

test:
commands:
- ls -l
- ls -l bin
- freec
- freec2bed.pl
- freec2circos.pl
Expand Down

0 comments on commit c947991

Please sign in to comment.