Fixed minor typo in output message.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1806 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
62c484b57a
commit
da084357db
|
|
@ -70,7 +70,7 @@ public class SAMFileWriterArgumentTypeDescriptor extends ArgumentTypeDescriptor
|
|||
public Object parse( ArgumentSource source, Class type, ArgumentMatches matches ) {
|
||||
String writerFileName = getArgumentValue( createBAMArgumentDefinition(source), matches );
|
||||
if( writerFileName == null )
|
||||
throw new StingException("SAM file compression was supplied, but not associated writer was supplied with it.");
|
||||
throw new StingException("SAM file compression was supplied, but no associated writer was supplied with it.");
|
||||
|
||||
SAMFileWriterStub stub = new SAMFileWriterStub(engine, new File(writerFileName));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue