You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've got the basic test run to work, and now I'm trying the pipeline on real data, which I have trouble to get the pipeline to work...
I got error at SMNCOPYNUMBERCALLER step:
...
Caused by:
Process NFCORE_RAREDISEASE:RAREDISEASE:SMNCOPYNUMBERCALLER (justhusky) terminated with an error exit status (1)
Command error:
INFO:root:Processing sample earlycasualcaiman_sorted_md at 2023-11-20 23:57:42.498223
/usr/local/lib/python3.10/site-packages/numpy/core/fromnumeric.py:3432: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
/usr/local/lib/python3.10/site-packages/numpy/core/_methods.py:190: RuntimeWarning: invalid value encountered in double_scalars
ret = ret.dtype.type(ret / rcount)
/usr/local/bin/depth_calling/bin_count.py:85: RuntimeWarning: divide by zero encountered in divide
y_counts = y_counts / np.median(y_counts)
/usr/local/bin/depth_calling/bin_count.py:85: RuntimeWarning: invalid value encountered in divide
y_counts = y_counts / np.median(y_counts)
/usr/local/bin/depth_calling/bin_count.py:77: RuntimeWarning: divide by zero encountered in divide
y_counts = y_counts / np.median(y_counts)
/usr/local/bin/depth_calling/bin_count.py:77: RuntimeWarning: invalid value encountered in divide
y_counts = y_counts / np.median(y_counts)
Traceback (most recent call last):
File "/usr/local/bin/smn_caller.py", line 298, in
main()
File "/usr/local/bin/smn_caller.py", line 267, in main
smn_call = smn_cn_caller(
File "/usr/local/bin/smn_caller.py", line 118, in smn_cn_caller
gcall_exon16 = gmm_exon16.gmm_call(normalized_depth.normalized["exon16"])
File "/usr/local/bin/depth_calling/gmm.py", line 96, in gmm_call
fcall = self.call_post_prob(val_new, POSTERIOR_CUTOFF)
File "/usr/local/bin/depth_calling/gmm.py", line 125, in call_post_prob
post_prob = [float(a) / sum_prob for a in prob]
File "/usr/local/bin/depth_calling/gmm.py", line 125, in
post_prob = [float(a) / sum_prob for a in prob]
ZeroDivisionError: float division by zero
Hi @yunhua1031! Sorry I have been on vacation, and just catching up with pending tasks. Could you run smncopynumbercaller outside of the pipeline with the same input file and see if the error persists?
Description of the bug
Hello,
I've got the basic test run to work, and now I'm trying the pipeline on real data, which I have trouble to get the pipeline to work...
I got error at SMNCOPYNUMBERCALLER step:
...
Caused by:
Process
NFCORE_RAREDISEASE:RAREDISEASE:SMNCOPYNUMBERCALLER (justhusky)
terminated with an error exit status (1)Command executed:
echo earlycasualcaiman_sorted_md.bam slowlycivilbuck_sorted_md.bam hugelymodelbat_sorted_md.bam | tr ' ' '
' > manifest.txt
smn_caller.py
--genome 38
--manifest manifest.txt
--prefix justhusky
--outDir "out"
--threads 2
cat <<-END_VERSIONS > versions.yml
"NFCORE_RAREDISEASE:RAREDISEASE:SMNCOPYNUMBERCALLER":
SMNCopyNumberCaller: 1.1.2
END_VERSIONS
Command exit status:
1
Command output:
(empty)
Command error:
INFO:root:Processing sample earlycasualcaiman_sorted_md at 2023-11-20 23:57:42.498223
/usr/local/lib/python3.10/site-packages/numpy/core/fromnumeric.py:3432: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
/usr/local/lib/python3.10/site-packages/numpy/core/_methods.py:190: RuntimeWarning: invalid value encountered in double_scalars
ret = ret.dtype.type(ret / rcount)
/usr/local/bin/depth_calling/bin_count.py:85: RuntimeWarning: divide by zero encountered in divide
y_counts = y_counts / np.median(y_counts)
/usr/local/bin/depth_calling/bin_count.py:85: RuntimeWarning: invalid value encountered in divide
y_counts = y_counts / np.median(y_counts)
/usr/local/bin/depth_calling/bin_count.py:77: RuntimeWarning: divide by zero encountered in divide
y_counts = y_counts / np.median(y_counts)
/usr/local/bin/depth_calling/bin_count.py:77: RuntimeWarning: invalid value encountered in divide
y_counts = y_counts / np.median(y_counts)
Traceback (most recent call last):
File "/usr/local/bin/smn_caller.py", line 298, in
main()
File "/usr/local/bin/smn_caller.py", line 267, in main
smn_call = smn_cn_caller(
File "/usr/local/bin/smn_caller.py", line 118, in smn_cn_caller
gcall_exon16 = gmm_exon16.gmm_call(normalized_depth.normalized["exon16"])
File "/usr/local/bin/depth_calling/gmm.py", line 96, in gmm_call
fcall = self.call_post_prob(val_new, POSTERIOR_CUTOFF)
File "/usr/local/bin/depth_calling/gmm.py", line 125, in call_post_prob
post_prob = [float(a) / sum_prob for a in prob]
File "/usr/local/bin/depth_calling/gmm.py", line 125, in
post_prob = [float(a) / sum_prob for a in prob]
ZeroDivisionError: float division by zero
variant_catalog_hg38_TEST.json
wholegenome.interval_list.txt
chrY.interval_list.txt
Command used and terminal output
Relevant files
No response
System information
N E X T F L O W ~ version 23.10.0
Hardware: HPC
OS: CentOS
nf-core/raredisease: 1.1.1
The text was updated successfully, but these errors were encountered: