You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
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:
Hello,
The code for getting the unassigned IDs in the tutorial does not seem right:
I used the command below. Probably not the cleanest, but works:
These unassigned transcripts were not included in the
preCluster_out.orphans.fasta. Is this the expected behaviour?Thanks!
Bruno