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

How to run interleaved reads sample #378

Closed
Damianla opened this issue Dec 16, 2024 · 1 comment
Closed

How to run interleaved reads sample #378

Damianla opened this issue Dec 16, 2024 · 1 comment

Comments

@Damianla
Copy link

Damianla commented Dec 16, 2024

Dear Vamb teams,

Hope you are doing well!

How to run interleaved reads sample with avamb?
for line in fh_in:
line = line.rstrip()
fields = line.split('\t')
IDS.append(fields[0])
sample2path[fields[0]] = [fields[1],fields[2]]
It seems that only forward and backward read data sample can be used here

Could you have any suggestions for me to improve?
Thank you in advance.

@jakobnissen
Copy link
Member

Dear @Damianla

Currently, the AVAMB workflow does not support interleaved reads. You will need to de-interleave them manually.

Best regards,
Jakob

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