From 8be5e051118ea860f3ef5f877a4896cf4aaf8469 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 3 Feb 2021 13:46:44 +0000 Subject: [PATCH] Remove bam md5sum check for bowtie --- tests/software/bowtie/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/software/bowtie/test.yml b/tests/software/bowtie/test.yml index 61ed5f1d..5d1e28e3 100644 --- a/tests/software/bowtie/test.yml +++ b/tests/software/bowtie/test.yml @@ -37,8 +37,6 @@ md5sum: f3c398bba5158f4039334a932d79c051 - path: output/bowtie/test.out md5sum: a81cb18024616415a6cec3108a36fccd - - path: output/bowtie/test.bam - md5sum: 9feed8a55d4b5e600dcc577768ef07fc - name: Run bowtie index and align paired-end command: nextflow run ./tests/software/bowtie -entry test_bowtie_alignment_paired_end -c tests/config/nextflow.config @@ -59,6 +57,4 @@ - path: output/bowtie/bowtie/NC_010473.rev.2.ebwt md5sum: f3c398bba5158f4039334a932d79c051 - path: output/bowtie/test.out - md5sum: a23e9a2a76e949aeb3693bcfae41a615 - - path: output/bowtie/test.bam - md5sum: cf6a6381aa504e8342638ff3b509721e + md5sum: a23e9a2a76e949aeb3693bcfae41a615 \ No newline at end of file