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

terminated for an unknown reason -- Likely it has been terminated by the external system #1676

Open
fan040 opened this issue Oct 7, 2024 · 2 comments
Labels
question Further information is requested

Comments

@fan040
Copy link

fan040 commented Oct 7, 2024

Description of the bug

i don not know why there are such errors

Command used and terminal output

Caused by:
  Process `NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_HAPLOTYPECALLER:GATK4_HAPLOTYPECALLER (AK58_C_1)` terminated for an unknown reason -- Likely it has been terminated by the external system

Command executed:

  gatk --java-options "-Xmx163840M -XX:-UsePerfData" \
      HaplotypeCaller \
      --input AK58_C_1.md.cram \
      --output AK58_C_1.haplotypecaller.chr2A_part1_1-384157900.g.vcf.gz \
      --reference wheat_AK58v4MP.genome_part.fa \
       \
      --intervals chr2A_part1_1-384157900.bed \
       \
       \
      --tmp-dir . \
      -ERC GVCF
  
  cat <<-END_VERSIONS > versions.yml
  "NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_HAPLOTYPECALLER:GATK4_HAPLOTYPECALLER":
      gatk4: $(echo $(gatk --version 2>&1) | sed 's/^.*(GATK) v//; s/ .*$//')
  END_VERSIONS

Command exit status:
  -

Command output:
  (empty)

Work dir:
  /public/home/fanrong/work_lei/01_htt/01_240927_well_bse_bsr/01_bsr/02_sarek/02_vcf/work/bd/a8da3f055c7df258c4271504de32d7

Tip: you can replicate the issue by changing to the process work dir and entering the command `bash .command.run`

 -- Check '.nextflow.log' file for details

Relevant files

No response

System information

No response

@fan040 fan040 added the bug Something isn't working label Oct 7, 2024
@FriederikeHanssen
Copy link
Contributor

this happens when the scheduler kills your job, typically because you either run out of memory or time. To investigate, can you take a look at the .command.log file of the failing task? You can find it in the work directory: /public/home/fanrong/work_lei/01_htt/01_240927_well_bse_bsr/01_bsr/02_sarek/02_vcf/work/bd/a8da3f055c7df258c4271504de32d7

@FriederikeHanssen FriederikeHanssen added question Further information is requested and removed bug Something isn't working labels Oct 7, 2024
@fan040
Copy link
Author

fan040 commented Oct 8, 2024

no .command.log in file,just have .command.run and .command.sh.

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

No branches or pull requests

2 participants