You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I encountered an installation error, algo.hpp does not have ”viewRecords“ function, how can I get this function?
The error message is:
LRcaller/algo.hpp:1126:13: error: ‘viewRecords’ was not declared in this scope; did you mean ‘vcfRecords’?
1126 | viewRecords(bars, bamFiles[i], bamIndexes[i], bamRID, genome_begin, genome_end);
| ^~~~~~~~~~~
All the best,
YU
The text was updated successfully, but these errors were encountered:
Hi there,
I encountered an installation error, algo.hpp does not have ”viewRecords“ function, how can I get this function?
The error message is:
LRcaller/algo.hpp:1126:13: error: ‘viewRecords’ was not declared in this scope; did you mean ‘vcfRecords’?
1126 | viewRecords(bars, bamFiles[i], bamIndexes[i], bamRID, genome_begin, genome_end);
| ^~~~~~~~~~~
All the best,
YU
The text was updated successfully, but these errors were encountered: