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
What does chunking do? Why would you use that parameter?
I tried running it to see, but I get this message.
WARNING [2023/06/28 22:33:06] - [W:/share/pkg.7/ruth/git778d784/src/ruth/bcf_filtered_reader.cpp:78 void BCFFilteredReader::init_params()] ref_file_name or interval_file_name is used but will be ignored because chunking is not necessary. Use -CHR- in the filename if you intended chunking the file
Is this in the input or output file that needs the 'CHR"? Is chunking used to split it by chromosome or some standard chr length?
An example would be helpful.
The text was updated successfully, but these errors were encountered:
Chunking was intended to support a series of BCF following specific naming convention, in the case that the user wants to split BCF file into multiple pieces.
However, we no longer support this chunking system. So please do not use the chunking option.
What does chunking do? Why would you use that parameter?
I tried running it to see, but I get this message.
WARNING [2023/06/28 22:33:06] - [W:/share/pkg.7/ruth/git778d784/src/ruth/bcf_filtered_reader.cpp:78 void BCFFilteredReader::init_params()] ref_file_name or interval_file_name is used but will be ignored because chunking is not necessary. Use -CHR- in the filename if you intended chunking the file
Is this in the input or output file that needs the 'CHR"? Is chunking used to split it by chromosome or some standard chr length?
An example would be helpful.
The text was updated successfully, but these errors were encountered: