From 118ba5ee4d6d4b64852ef8e5772ee9f63b7667ea Mon Sep 17 00:00:00 2001 From: Sarah Westcott Date: Thu, 23 Feb 2017 15:01:55 -0500 Subject: [PATCH] Fixes typo in sff.info --- source/commands/sffinfocommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/commands/sffinfocommand.cpp b/source/commands/sffinfocommand.cpp index a3f7e406..44f9ee99 100644 --- a/source/commands/sffinfocommand.cpp +++ b/source/commands/sffinfocommand.cpp @@ -48,7 +48,7 @@ vector SffInfoCommand::setParameters(){ string SffInfoCommand::getHelpString(){ try { string helpString = ""; - helpString += "The sffinfo command reads a sff file and extracts the sequence data, or you can use it to parse a sfftxt file.\n"; + helpString += "The sffinfo command reads a sff file and extracts the sequence data, or you can use it to parse a sff file.\n"; helpString += "The sffinfo command parameters are sff, fasta, qfile, accnos, flow, sfftxt, oligos, group, bdiffs, tdiffs, ldiffs, sdiffs, pdiffs, checkorient and trim. sff is required. \n"; helpString += "The sff parameter allows you to enter the sff file you would like to extract data from. You may enter multiple files by separating them by -'s.\n"; helpString += "The fasta parameter allows you to indicate if you would like a fasta formatted file generated. Default=True. \n";