Skip to content
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

ERROR ~ Error executing process > 'pipeline:preprocess_ref_annotation' #111

Open
amir-tagh opened this issue Aug 9, 2024 · 7 comments
Open
Labels
question Further information is requested

Comments

@amir-tagh
Copy link

Ask away!

Hello,

I am trying to get the demo model to work using the following script on HPC and I get a couple of error Plus 4 more processes waiting for tasks…
Doing reference based transcript analysis
ERROR ~ Error executing process > 'pipeline:preprocess_ref_annotation'

can you please let me know how to solve this.

Thanks,
Amir

Script:
#!/bin/bash

#SBATCH --job-name=MINI
#SBATCH -n 5
##SBATCH --partition=gpu
##SBATCH --nodes=1
##SBATCH --ntasks=1
##SBATCH --cpus-per-task=20
##SBATCH --gres=gpu:1
#SBATCH --output=RNA-error.out
##SBATCH --mail-type=ALL
#SBATCH --time=3-00:00:00
#SBATCH --mem=100G

ml nextflow/24.04.2 singularity/3.10.4

nextflow run epi2me-labs/wf-transcriptomes
--de_analysis
--direct_rna
--fastq 'condition1_rep1.fastq.gz'
--ref_annotation 'gencode.v22.annotation.chr20.gtf'
--ref_genome 'hg38_chr20.fa'
--sample_sheet 'sample_sheet.csv'
-profile standard

@amir-tagh amir-tagh added the question Further information is requested label Aug 9, 2024
@sarahjeeeze
Copy link
Contributor

Is there any other info in the output/error message? Did it successfully complete any processes?

@amir-tagh
Copy link
Author

RNA-error.txt

Hello, please see attached the error output. It does not look like any processes has been done. Thanks,

@sarahjeeeze
Copy link
Contributor

Hey, have you installed docker in your environment? https://docs.docker.com/engine/install/ you can also use singularity if you prefer https://labs.epi2me.io/singularity/

@amir-tagh
Copy link
Author

Hi I have installed both the dockr and the singularity. I will try with these. Thanks,

@sarahjeeeze
Copy link
Contributor

Did you manage to get it to work?

@amir-tagh
Copy link
Author

The HPC is down for a couple of days for maintenance I will give it a try when is running, thanks for the follow up.

@sarahjeeeze
Copy link
Contributor

oh i realise this was a while ago now - did you get it to work in the end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants