We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, dear developer,
I ran RibORF with the following cmd:
RibORF
perl RibORF.1.0/ribORF.pl -f sample.hisat2.corrected.sam -c RibORF_results/candidateORF.genepred.txt -o RibORF_results
The following error appeared:
Fatal error: cannot open file 'RibORF_results/ribORF.learning.R': No such file or directory
It seems that RibORF.pl checks whether the output dir was provided but won't confirm that it actually exists.
RibORF.pl
By the way, would it be ok to use hisat2 (as suggested by tophat developers) instead tophat for read mapping?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, dear developer,
I ran
RibORF
with the following cmd:The following error appeared:
It seems that
RibORF.pl
checks whether the output dir was provided but won't confirm that it actually exists.By the way, would it be ok to use hisat2 (as suggested by tophat developers) instead tophat for read mapping?
The text was updated successfully, but these errors were encountered: