Skip to content

human variation .mk files #330

Answered by ialbert
njbowen asked this question in Q&A
May 2, 2024 · 3 comments · 2 replies

You must be logged in to vote

A new makefile called Test.mk has been added. A section in the documentation describes the testing framework (make sure to refresh the page to get the updated content):

https://www.biostarhandbook.com/books/workflows/help/install/#4-how-to-test-all-modules

Here is how the usage would go. Get the updated code

bio code

then first run the

bash src/setup/init-stats.sh

setup script that will create two additional environments, one called stats and one called salmon_env that runs salmon. The tests assume that these environments are present. Then run:

make -f src/Test.mk

to see the various targets it can run. For example the command below tests all modules:

make -f src/Test.mk test

or test all …

Replies: 3 comments 2 replies

You must be logged in to vote
0 replies

You must be logged in to vote
2 replies
@njbowen

@ialbert

Answer selected by njbowen

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants