-
Notifications
You must be signed in to change notification settings - Fork 31
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
Step 6 tmp/phase_output/phase_bam/.bam no found error #23
Comments
I have checked with Huangneng and this problem seems to be the same as #20. |
We reopened the issues because it might have a different cause from #20. There seems to be one empty contig name that caused an invalid bam filename in the command. For us to pinpoint the problem, could you send us the fasta index .fai file and the running log |
Thank you for replying. I noticed that there was an error in Step 1 the same as #20 in the log file after posting this problem. I also checked that the vcf files from pileup were missing for most chromosomes, that's why I closed this issue. I'm trying running with 8 threads now. I have sent the two files to your email and please check them. |
The program seemed to run successfully with 8 threads. However, a new error was detected during the process: parallel: This job failed: Will this error have an effect on the final output? Thank you. |
Hi, if you rerun this failed command individually, would it run successfully? |
It runs successfully. |
Many thanks for the feedback. It looks like we have exceeded a system resources limitation. We are looking into the problem. What's the printout of |
[bwu@node0183 chr2_RagTag_clair3_filt]$ ulimit -a |
The reason why some jobs failed is that Clair3 was requesting more processes than the user environment allows Clair3 uses Tensorflow and pypy. These libraries open quite a few threads in each running instance. The In |
Thank you very much. Since the problem is solved, I'm going to close this issue and try running with the new version. |
Hi,
Thank you for developing the Clair3.
I have met the same unexpected error either running Clair3 using the singularity image or the one installed via the conda method.
The command I used:
The error information of the following pattern occurred multiple times at the end the running:
The following are the chromosomal names in my reference fasta file:
The tagged bams have been successfully generated for all 24 chromosomes. Could you help me figure out what the problem is? Thank you very much.
Best,
Bo
The text was updated successfully, but these errors were encountered: