bioforensics / yeat

YEAT: Your Everyday Assembly Tool
Other
1 stars 0 forks source link

Run long tests when needed #20

Closed danejo3 closed 1 year ago

danejo3 commented 1 year ago

The purpose of this PR is to resolve #8 .

Previously, when YEAT was created, long running tests testing the entire workflow were not implemented due to long wait times. In consequence, only "dry" snakemake runs were tested.

In this PR, new commands in the makefile were added to run long tests.

The following commands are now available when running make.

danejo3 commented 1 year ago

PR should be relatively straight forward and will help with test suite time management. Let me know if there is anything else that I need to add or change. Thanks!