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

split_on_adapter: Missing internal adapter/primer from the middle of the main read #53

Open
Gazal90 opened this issue Sep 27, 2023 · 0 comments

Comments

@Gazal90
Copy link

Gazal90 commented Sep 27, 2023

Hi,

I am trying to use the "split_on_adapter" functionality to split chimeric ONT reads into sub-reads.

Since we are using different adapters and primers than the one specified in the script, I edited them in the script.

The script seems to be running fine, splitting the reads into sub-reads. But the adapter matches in the middle of the main read are skipped in the output split.fastq file.

To explain better the output sub-read headers are as follows:
The first sub-read:
x_1 None 0->563
The second sub-read:
x_2 None 672->1511

The bases from 564 to 671 are absent from the output file.

Maybe I'm doing something wrong? Because the manual specifies that the output would be just splitting the reads; not removing anything.

@Gazal90 Gazal90 changed the title split_on_adapter: Missing adapter/primer from the middle of the main read split_on_adapter: Missing internal adapter/primer from the middle of the main read Sep 27, 2023
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

1 participant