TALON icon indicating copy to clipboard operation
TALON copied to clipboard

Technology agnostic long read analysis pipeline for transcriptomes

Results 33 TALON issues
Sort by recently updated
recently updated
newest added

hi guys, In talon step, a talon_tmp dir was created. But many pybedtools.*.tmp files were generated in my root /tmp dir. How to fix it? Thx. Y

Would there be any chance of getting Talon to accept bams as input? We have bams >100GB. We basically never store these as sams, since they'd be 0.5TB each. But...

enhancement

Hello! I'm testing out TALON on some Nanopore sequencing reads. After setting up the database and specifying the config file TALON's `get_read_annotations.py` would run and throw this exception: `ValueError: No...

Right now half of the parameters to Talon are passed directly (e.g. `--db`, `--build`), but the other half (sample info, sam file) are passed via a separate comma-separated file. This...

enhancement

Hello Talon Team, I got an error while running the talon annotate step. Could you please help me with this? Version: v5.0 Command used: talon --f config_file.txt --db talon_gencode_v37_gtf.db --build...

Dear TALON team, We are analysing a nanopore human dataset using TALON and came across some interesting transcripts with a high abundance. Looking further into these transcripts, we hoped to...

Hello TALON group, After running your program I get this message: **ValueError: Annotation name 'transcriptome' not found in this database. Try one of the following:** 'transcriptome' is the name that...

Hi, thanks for the excellent software! This is a feature request, or if there is a way to do this already, I'd like to know how. I want to export...

Hello, Seems that TALON's logic fails with python installations >= 3.8. When running on the test data provided with your distribution with the commands provided the program fails with the...

The fix would be to pass the same pyfaidx genome object to each of the threads instead of initializing a new one on each different thread. Pyfaidx creates and accesses...

bug