From 36c7c318bbfe6ff5148f3e0702378077c7550657 Mon Sep 17 00:00:00 2001 From: Veronique Legrand <veronique.legrand@pasteur.fr> Date: Wed, 28 May 2025 14:54:16 +0200 Subject: [PATCH] had forgotten to include the new data files for testing on nanopore data; make distcheck should work now. --- test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index c932dc2..32eaf15 100755 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -21,6 +21,9 @@ data/unit/test_PE1_PE_not_as_single.fq data/unit/test_PE2_PE_not_as_single.fq \ data/unit/expected_PE1_PE_not_as_single.undef.fastq data/unit/expected_PE2_PE_not_as_single.undef.fastq \ data/unit/test_PE1_PE_not_as_single_pathological.fq data/unit/test_PE2_PE_not_as_single_pathological.fq \ data/unit/fake_PE1.fq data/unit/fake_PE2.fq \ +data/unit/nanopore_6_reads.fastq \ +data/unit/klebsiella_PE2_longuer.fq \ +data/unit/nanopore_2_reads.fastq \ data/iofiles.args/output_files_2_PE_separated_lenient.txt data/fastq.raw/klebsiella_6_1_bad_scores.fq data/fastq.raw/klebsiella_6_2_bad_scores.fq \ data/non_regression/ids_read_kept_q13m300.txt -- GitLab