-
Notifications
You must be signed in to change notification settings - Fork 6
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
gff file incompatibility? #9
Comments
Hi, Thanks, |
Hi, thank you for reporting. I will leave this open until I fixed the version for the dependencies. |
IceFreez3r
added a commit
to IceFreez3r/isotools
that referenced
this issue
Dec 10, 2024
* Fixes for coordination test fix producing TSS/PAS ASEvents where primary and alternative share the same start/end coordinate due to intron retention in the first exon fix division by 0 when no coordinated events are found filter_stats uses *kwargs few more types * Coordination min_dist_AB Filter events if the distance of node A and B in an event is below a threshold More types Minor fixes of docs * TSS/PAS only by first/last node * Testing new heuristic to set the TSS Don't use the peak calling directly anymore. Instead look upstream from the peak for a reference position and if one exists use that. * Don't extend tss past ref exon ends * Missed some renamed variables * TSS correction toggle * Remove duplicate params string * Better min_dist_events docs * Move dist_AB to _filter_event * Adapt filter_stats call in run_isotools
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Matthias,
Thank you for making such a nice tool!
I would be interested to use it but I cannot seem to format my gff so that it would be compatible.
What version of tabix should I be using?
I'm getting the following error;
annotation_fn=f'sorted_fixed_input.gff3.gz' #create the IsoTools transcriptome object from the reference annotation isoseq=Transcriptome.from_reference(annotation_fn)
Thank you very much for your help,
Best,
Ruth
The text was updated successfully, but these errors were encountered: