From 18710b82e1654487e91ca07a3ac84bc16b11fb61 Mon Sep 17 00:00:00 2001 From: KimBioInfoStudio Date: Mon, 27 Aug 2018 13:09:04 +0800 Subject: [PATCH] correct an error in README.md --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index af29499..11acdd5 100644 --- a/README.MD +++ b/README.MD @@ -280,7 +280,7 @@ Download [MAP006-PCR-1_2D_pass.fasta](http://nanopore.s3.climb.ac.uk/MAP006-PCR- ``` shell -mecat2pw -j 0 -d MAP006-PCR-1_2D_pass.fasta -o candidatex.txt -w wrk_dir -t 16 -x 1 +mecat2pw -j 0 -d MAP006-PCR-1_2D_pass.fasta -o candidates.txt -w wrk_dir -t 16 -x 1 ```