I need to test the snakemake pipeline on a multilane samples table currently and how I want to go about testing this is:
I would like to have the same input table as we test already but:
for one or two samples I need the sample to be split artificially into two 'lanes'.
In that way upon triggering the multilane approach, the merging will create the same sample as before based on the multiple lines, enabling me to run the same integration test that @kanitz has created.
I created samples "sequenced in two lanes" by splitting original FASTQ files annotated in tests/input_files/samples.tsv on two. Then I created a sample table containing multilane samples as well as original samples. The table can be found here: tests/input_files/samples_concat.tsv.