Skip to content

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

@Gazal90

Description

@Gazal90

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions