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

Load 0 features including 0 samples #2

Open
aewrwdw opened this issue Sep 6, 2023 · 1 comment
Open

Load 0 features including 0 samples #2

aewrwdw opened this issue Sep 6, 2023 · 1 comment

Comments

@aewrwdw
Copy link

aewrwdw commented Sep 6, 2023

Hello Mr Xiao, I'm using hifimeth case1 to deal with human genome CCS data, but I couldn't get the proper result. I've looked up the log which back-feeded the information below:

model: /hifimeth/models/hifimeth-mol-k400.ckpt kmer size: 400 batch size: 512 dl_workers: 48 features directory: 5mc-call Total params: 368928 Total trainable params: 368928 number of chunks: 16 5mc-call/chunk_0.bin 5mc-call/chunk_0.samples [Wed Sep 6 21:45:49 2023] process 5mc-call/chunk_0.bin Load 0 features including 0 samples [Wed Sep 6 21:45:52 2023] probability path: 5mc-call/chunk_0.prob 5mc-call/chunk_1.bin 5mc-call/chunk_1.samples [Wed Sep 6 21:45:52 2023] process 5mc-call/chunk_1.bin Load 0 features including 0 samples

The input data is orginal CCS data in bam format, I'm not sure where is the error, could you please tell me how to deal with it or is there any parameter error? Thank you so much!

@xiaochuanle
Copy link
Owner

It seems that the kinetics information is missing in your BAM input. For each BAM record, the kinetics information includes four tags: fi:B:C, ri:B:C, fp:B:C and rp:B:C. No samples will be extracted if any one of this four tags is missing in a BAM record.

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