Skip to content

Commit a85badc

Browse files
states: fixing a bug that would cause states to fail if no output file is specified
1 parent 6cad075 commit a85badc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/analysis/methstates.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ main_methstates(int argc, const char **argv) {
195195
bool compress_output = false;
196196

197197
string chrom_file;
198-
string outfile;
198+
string outfile("-");
199199
int n_threads = 1;
200200

201201
/****************** COMMAND LINE OPTIONS ********************/

0 commit comments

Comments
 (0)