Fixed logging of 'out' command line parameter in VCF headers
This commit is contained in:
parent
bf0c72aab0
commit
3b567d7a98
|
|
@ -282,7 +282,7 @@ public class VariantContextWriterStub implements Stub<VariantContextWriter>, Var
|
|||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
return getClass().getName();
|
||||
return (getOutputFile() == null) ? "(Stream)" : getOutputFile().getAbsolutePath();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue