From 2ea2f0571ee1aded12290c93d5bd79fc5e4c2abb Mon Sep 17 00:00:00 2001 From: Mike Lee Date: Sat, 5 May 2018 16:31:48 -0700 Subject: [PATCH] tiny copy/paste missed edit thanks for the great tool! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e84da3..648cbfe 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,10 @@ Be aware that if you do not format the barcode data file correctly, sabre will n #### Examples sabre pe -f input_file1.fastq -r input_file2.fastq -b barcode_data.txt \ - -u unknown_barcode1.fastq -w unknown_barcode1.fastq + -u unknown_barcode1.fastq -w unknown_barcode2.fastq sabre pe -c -f input_file1.fastq -r input_file2.fastq -b barcode_data.txt \ - -u unknown_barcode1.fastq -w unknown_barcode1.fastq + -u unknown_barcode1.fastq -w unknown_barcode2.fastq sabre pe -m 2 -f input_file1.fastq -r input_file2.fastq -b barcode_data.txt \ - -u unknown_barcode1.fastq -w unknown_barcode1.fastq + -u unknown_barcode1.fastq -w unknown_barcode2.fastq