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

egapx:rnaseq_short_plane:star:run_star (1) [ 50%] 1 of 2, failed: 1, retries: 1 #71

Open
shin0727 opened this issue Dec 21, 2024 · 4 comments

Comments

@shin0727
Copy link

Hello, I have some problems in "rnaseq_short_plane:star:run_str" step in egapx.

  1. egapx command
PREFIX=PS
YAML=/home/jwshin0727/Project/240729_Polypterus/08_gene_annotation/PS.yaml

python /home/junkim/tools/egapx/ui/egapx.py \
${YAML} \
-o ./${PREFIX} \
-e singularity \
-w ./tmp_${PREFIX} \
-v > ./${PREFIX}.log 2>&1

  1. YAML.file
genome: /home/jwshin0727/Project/240729_Polypterus/07_MtDNA_prep/04_exclude_MtDNA_contig/02_filter/PS_h1/PS_h1.add_title.filtered.fa
taxid: 178879
reads:
    - /home/jwshin0727/Project/240729_Polypterus/00_raw/01_shortWGS/PS_WGS_S0_L009_R1_001.fastq.gz
    - /home/jwshin0727/Project/240729_Polypterus/00_raw/01_shortWGS/PS_WGS_S0_L009_R2_001.fastq.gz

annotation_provider: GenBank submitter 

nexflow.log

The FASTA file input into the program is correctly formatted and includes sequence titles. Additionally, the input files in the YAML are all Illumina short-read sequencing data.
Is there anyone who might be able to assist?

@victzh
Copy link

victzh commented Dec 23, 2024

So what's happening? It does not complete the process? Fails? Cam you also attach the file run.trace.txt from your output directory and the file PS.log you redirect your output to.
Thanks,
Victor.

@boukn
Copy link

boukn commented Dec 23, 2024

There are time time limits defined in ui/assets/config/process_resources.config , specifically the 16h under long_job. The star job ran past that limit. Assuming there is not something else holding STAR back, just upping that number is the solution.

@shin0727
Copy link
Author

@victzh
It does not complete the process, retrying over time without Fails.

run.trace.txt
PS.log

@shin0727
Copy link
Author

@boukn

Thank you for the solution.
I will try after upping the number of the time limits.
(48 h)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants