From 5f9c06bc34554fe36852fbbab84655e48297bcc4 Mon Sep 17 00:00:00 2001 From: Dan Sun Date: Thu, 19 Sep 2019 10:38:22 +1200 Subject: [PATCH] Updated output verificaiton in bwa-blast The BLAST NT database included in the updated benchmark input dataset changed blast outputs and their md5sums. --- workflow/bwa-blast/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/bwa-blast/README.md b/workflow/bwa-blast/README.md index 55b7224..af1042b 100644 --- a/workflow/bwa-blast/README.md +++ b/workflow/bwa-blast/README.md @@ -38,6 +38,6 @@ $ md5sum $OUTPUT_DATA_ROOT_DIR/bwa-blast/blast_md5sum.txt $OUTPUT_DATA_ROOT_DIR/ and its output should be like the following: ``` -d0ffbb96c530af513222f87deb513700 blast_md5sum.txt +f30df8c3f8568f107dd1e90cd3feb78a blast_md5sum.txt 9b4496663acf8040d205ac8a5ce124b2 sam_file_counts.txt ```