From bfecac14e79f91dc07f1cf5cd23f3307f195bcae Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Tue, 19 Mar 2024 10:21:30 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65ec15c2..af988687 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,7 @@ Notes: ``` -### Step 6: Fetch test data +### Step 6: Create or fetch test data To help develop the component, it's interesting to have some test data available. In most cases, we can use the test data from the Snakemake wrappers. @@ -133,6 +133,8 @@ cp -r /tmp/snakemake-wrappers/bio/xxx/test/* src/xxx/test_data EOF ``` +The test data should be suitable for testing this component. Ensure that the test data is small enough: ideally <1KB, preferably <10KB, if need be <100KB. + ### Step 7: Add arguments for the input files By looking at the help file, we add the input arguments to the config file. Here is an example of the input arguments of an existing component.