Skip to content

Target - strand features #104

Description

@greenkidneybean

This is a long shot, but could the Target class include - strand features? My pacbio_amplicon.gb includes a single barcode and two genes in reverse orientations. My work-around is to run the pipeline twice with each gene on the + strand, then merge outputs on the barcodes.

file: alignparse/targets.py
lines: 162-166

            if bio_feature.location.strand != 1:
                raise ValueError(
                    f"feature {feature_name} of {self.name} is - "
                    "strand, but only + strand features handled"
                )

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