4  Make a test dataset

Using a test dataset can help rapidly develop your analysis workflow. A good test data set should be small, but have enough data to get a decent portion of the way into the analysis. This makes prototyping your processes faster when you come to test if it runs. Mistakes during coding are inevitable, and the faster the error is returned, the better.

Enabling reentrancy in Nextflow (-resume) will mean you can also let the workflow run, and it continues from the last successfully completed processes.

The test dataset is typically stored in nobackup on the NAISS storage allocation.
A script is used to make sure I know how to recreate it, and what was used as input.

Example commands: