This is a test version of Biostars. For the public version, visit https://www.biostars.org.
RibORF perl script

Hi, I have not used perl this before. What does this error mean? How can I fix it?

Hi, I have not used perl this before. What does this error mean? How can I fix it?

rib-seq perl riborf

In their documentation they have a reproducible example for this function.

Example commands:

3a. Download an example ribosome profiling dataset from GEO database using the fastq-dump command line (available from the NIH software sratoolkit, https://www.ncbi.nlm.nih.gov/sra/docs/toolkitsoft/).  
fastq-dump -Z SRR1802146 > SRR1802146.fastq

3b. Remove 3’ adapters of sequencing reads.
perl removeAdapter.pl -f SRR1802146.fastq -a CTGTAGGCAC -o adapter.SRR1802146.fastq

You might want to try this to check whether it's the code or your files/command that is causing the error.

Yes, I'm following the documentation, and as far as I can see there is nothing wrong with the code.

You need to run the vignette to make sure their code works. If the vigette doesn't run there is either a bug in their code or there was an installation problem. If it does work that would hint towards a problem with your inputs.

0 answers

No answers yet.

Log in to answer this question.