Skip to content

Commit

Permalink
Implement edits by @martin-g and remove complex test
Browse files Browse the repository at this point in the history
mulled-test ignores resources set in the meta.yaml, so the more advanced tests that work on conda fail on mulled.
  • Loading branch information
dramanica committed Sep 26, 2024
1 parent 5c8b84a commit b996103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions recipes/consensify/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/bash

## change to source dir
cd "${SRC_DIR}" || exit 1

## compile
${CXX} -c consensify_c.cpp -I./ ${CXXFLAGS}

Expand Down
6 changes: 2 additions & 4 deletions recipes/consensify/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ requirements:
- zlib

test:
source_files:
- test/**
commands:
- consensify_c -h
- consensify_c -c ./test/eg_missingness.counts.gz -p ./test/eg_missingness.pos.gz -s ./test/scaffold_lengths.txt -o ./test/test_gz.fasta -seed 123

about:
home: https://github.com/jlapaijmans/Consensify
license: GPL3
license: GPL-3.0-or-later
license_family: GPL
license_file: LICENCE.txt
dev_url: https://github.com/jlapaijmans/Consensify
doc_url: https://github.com/jlapaijmans/Consensify
Expand Down

0 comments on commit b996103

Please sign in to comment.