Skip to content

Commit

Permalink
what is with the second contig?
Browse files Browse the repository at this point in the history
  • Loading branch information
chung@molgen.mpg.de committed Jan 20, 2016
1 parent b5770f9 commit 86b5231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rmn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Rcpp::List estimate(
std::cout << iter << ": new z\n";

estimateZ(arma::conv_to<std::vector<double> >::from(lnEmPN), lnTPN, z[iContig], empty[iContig], lnL);

std::cout << iContig << '\t' << z[iContig](arma::span(1, 10)) << std::endl;
}
std::cout << iter << ": new likelihood: " << lnL << std::endl;
}
Expand Down

0 comments on commit 86b5231

Please sign in to comment.