RibORF perl script
0
0
Entering edit mode
12 months ago

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 • 734 views
ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

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

ADD REPLY
1
Entering edit mode

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.

ADD REPLY

Login before adding your answer.

Traffic: 1874 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6