ribotish icon indicating copy to clipboard operation
ribotish copied to clipboard

Ribo-seq TIS Hunter, predicting translation initiation sites and ORFs using riboseq data

Results 9 ribotish issues
Sort by recently updated
recently updated
newest added

`ribotish predict -b ${bams} -g ${gtf} -f ${fa} -o ${res_dir}/longest_pred.txt -p 40 --longest -v -v` after run this code, I got the following error ![image](https://github.com/zhpn1024/ribotish/assets/72370921/426b1ca8-c8b9-45d8-a7e0-965090f12b1b) How can I deal with...

Hi, I am trying to run ribotish on human samples with older genome and annotation (gtf) from 2014. This is the command I ran: ``` ribotish predict \ -b file.bam...

Dear developer, Good day. Thank you for your development and maintenance of this software. I was wondering if you could explain about the definitions of different classes of `TisType`? I...

Hello, I have ran: ribotish predict -t TIS_bams_new/R3_ProAligned.sortedByCoord.out.bam -b CHX_bams_new/R3_ProAligned.sortedByCoord.out.bam -g gencode.v19.annotation.gtf -f GRCh37.p13.genome.fa -o pred.txt --framebest The result is that (It is not finished): No offset parameter file found...

Traceback (most recent call last): File "/gss1/home/zpchen/miniconda3/envs/ribotish/bin/ribotish", line 56, in main() File "/gss1/home/zpchen/miniconda3/envs/ribotish/bin/ribotish", line 34, in main commands[cmd].run(args) File "/gss1/home/zpchen/miniconda3/envs/ribotish/lib/python2.7/site-packages/ribotish/run/quality.py", line 85, in run cdsBins = args.bins, numProc = args.numProc,...

Hi, when I wanted to use option -d to define the position range near start codon or stop codon, I met such an error: ribotish quality: error: argument -d: expected...

hi,when I use the ribotish tisdiff ,some error information as follows: my command : ribotish tisdiff -1 pred1.txt -2 pred2.txt -a v1.sort.bam -b vi2.sort.bam -g test.gtf -o diff -v error...

Thank you for the great tool! It seems to be working perfectly for me but I would like to request a feature implementation. Would it be possible to add a...

Hello! First of all thank you for developing Ribo-TISH! I have found it really useful for the QC it provides and also for uORF prediction. I have a question that...