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
Hi all,
I am trying to run NGSCheckMate on paired normal-tumour samples. It seems to be running the samtools mpileup fine, and producing the appropriate vcf files. However, I received this error:
Traceback (most recent call last):
File "ncm.py", line 1440, in
run_mpileup()
File "ncm.py", line 1206, in run_mpileup
tag = filename[-1][0:filename[-1].rindex(".")]
ValueError: substring not found
could you please let me know how I could fix this? Thanks very much
The text was updated successfully, but these errors were encountered:
Hi all,
I am trying to run NGSCheckMate on paired normal-tumour samples. It seems to be running the samtools mpileup fine, and producing the appropriate vcf files. However, I received this error:
Traceback (most recent call last):
File "ncm.py", line 1440, in
run_mpileup()
File "ncm.py", line 1206, in run_mpileup
tag = filename[-1][0:filename[-1].rindex(".")]
ValueError: substring not found
could you please let me know how I could fix this? Thanks very much
The text was updated successfully, but these errors were encountered: