Skip to content

Update or fork tcr-dist submode #5

@jwkai

Description

@jwkai

The production server is currently using an old commit (13e748f) of the tcr-dist repository.

Updating to the tcr-dist current commit (c839920) gives output data for the Filtered Contig Annotations and Consensus Annotations input file format that does not match the old commit (13e748f). So there needs to be a review of recent changes to the repository to determine the cause of the disparities and determine which output is correct to use.

It is also advisable to update tcr-dist to run with Python 3. Currently the must be modified so that cmd = 'python ... becomes cmd = 'python2 ....

Also, the production server has modifications to this repo to change the case-sensitivity of the input annotations files. This has been addressed in a recent commit of tcr-dist (e4b6a30).

The modifications are as follows:assert l['productive'].upper() == 'TRUE'
Here (make_10x_clones_file.py#L48) and here (make_10x_clones_file.py#L73)

The tcr-dist repo should probably be forked in order to make these changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions