-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UMI-tool 1.1.5 not working with --per-gene --per-contig --gene-transcript-map #646
Comments
Can you include a snippet of your |
It is tab separated
|
Ah, I see what's happened here. #577 fixed an issue with I'll try an issue a patch today/tomorrow. Note to self: Add switch back to using read tag for gene id when using tx2gene map here: https://github.com/CGATOxford/UMI-tools/blame/9ce3a70a8b35ff9a066d73716680136be71cc70d/umi_tools/group.py#L289-L292. Also add a test to cover! |
@pclavell - Could you please try installing the |
Any update on this? |
I'm sorry I missed the last comment. I just ran it with version 1.0.0. This step is now buried in the middle of a snakemake pipeline full of temporary intermediate files and the inputs have been archived so testing this would mean that everything had to be recovered and rerun. |
Hello,
I run this code with UMI-tools 1.0.0 to deduplicate based on UMI+gene mapping (but mapping to a pantranscriptome with several transcripts/gene) and it worked:
umi_tools group
--method adjacency
--edit-distance-threshold=$EDIT_DISTANCE
--per-contig
--per-gene
--gene-transcript-map gencodev44_transcript_map.tsv
-I $QUERY
--group-out "$NAME"_percontig.tsv
--log "$NAME"_percontig.log
The output in group-out was showing in the gene column the geneID but now it only repeats the transcriptID
EDIT: I've just installed version 1.0.0 and it works using exactly the same code and inputs, so there is a problem between 1.0.0 and 1.1.5
The text was updated successfully, but these errors were encountered: