Daniel:Notebook/GenomeMiner/2013-9-16
Jump to navigation
Jump to search
Mock HL155 (Started 9/9/2013)
Found the error in the MATLAB script that gave the strange results from earlier. The script resused the same sequences for including error, meaning that the first few sequences had the right amount of error, but the error in each sequence compounded after each iteration. So by the end the sequences were basically garbage. The code has since been fixed.