Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chunking? #9

Open
jjfarrell opened this issue Jun 29, 2023 · 1 comment
Open

Chunking? #9

jjfarrell opened this issue Jun 29, 2023 · 1 comment

Comments

@jjfarrell
Copy link

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.

@hyunminkang
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants