-
Notifications
You must be signed in to change notification settings - Fork 127
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
edgeR_mirna error #31
Comments
Hi, I think something is wrong with the input. Can you go into the working folder and check the input files, if they are not empty? maybe try to run the R script in an interactive version helps more as well. |
I pulled the test fastq and reference files using the paths in nextflow run nf-core/smrnaseq -r 1.0.0 -profile docker \
--reads 'fastq_repo/sample_*' \
--max_memory '60.GB' \
--mature 'smrnaseq_ref/mature.fa' \
--hairpin 'smrnaseq_ref/hairpin.fa' \
--bit_index 'reference/genome' \
--fasta 'smrnaseq_ref/genes.gtf' \
--gtf 'smrnaseq_ref/hsa.gff3' \
--mirtrace_species 'hsa' \
--outdir smrnaseq_output However, if I only process a single fastq (eg: |
Ah, ok, I see the error, it is only one sample the problem… I would need to take a look into the R code exactly to know why. (Sorry for the delay I have been away until now.)
|
I'm getting the same error.. was this issue fixed... I'm trying to run 98 samples.. the pipeline runs great.. but at the end throws similar error message: Error executing process > 'edgeR_mirna' Caused by: Command executed: Command error: Attaching package: ‘gplots’ The following object is masked from ‘package:stats’:
Error in if (nr_keep > 0) { : argument is of length zero |
Hi, what version of the pipeline are you using? |
r 1.1.0 is the version I am using... |
could you try running the |
Goign to close this as the issue is very likely not there anymore in the current dev and soon release - please retest again 👍🏻 |
Running smrnaseq on an AWS EC2 (Ubuntu 18.04, 64 GB memory, 16 cpu) with the following command line:
gives the following error:
Running
edgeR_miRBase.r
locally also gives same error.The text was updated successfully, but these errors were encountered: