Skip to content

[BulkRNASeq] Issues with numeric sample names #111

Open
@cyouh95

Description

@cyouh95

Description

Numeric sample names cause below error in the following line:

TypeError: unsupported operand type(s) for /: 'PosixPath' and 'int'

Solution

Convert numeric sample names to string:

dest = Path(TO) / str(sample) / file.name 

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