Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Getting unassigned sequence IDs #80

@bruvellu

Description

@bruvellu

Hello,

The code for getting the unassigned IDs in the tutorial does not seem right:

tail -n 1 test_human.partition.txt | tr ',' '\n'  > unassigned.list

# Outputs the last row of the final partition with members split by newline:
9_0	2	HQ_152
HQ_22

I used the command below. Probably not the cleanest, but works:

grep -R '#unassigned:' preCluster_out | cut -d':' -f3 | tr ',' '\n' | sort -V -u | sed '1d' > preCluster_out.unassigned.ids

These unassigned transcripts were not included in the preCluster_out.orphans.fasta. Is this the expected behaviour?

Thanks!
Bruno

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions