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

Error: Expected ASCAT output file missing #118

Open
tanakash1028 opened this issue Feb 12, 2023 · 0 comments
Open

Error: Expected ASCAT output file missing #118

tanakash1028 opened this issue Feb 12, 2023 · 0 comments

Comments

@tanakash1028
Copy link

tanakash1028 commented Feb 12, 2023

Hi,

Thank you for letting us use your great algorithm.
I have two problems with error messages that start with the phrase; "Expected ASCAT output file missing: ", and can not solve them because I am not so familiar with perl.
Would you help me?
We are using docker image (https://github.com/cancerit/dockstore-cgpwgs), version 2.1.0 and the main part of the command is as follows.
singularity exec -e -B ${bindpath} ${ascatNgs_singularity_image} ascat.pl -o ${output-directory} -t ${TumorBAM} -n ${NormalBAM} -r ${fasta} -sg ${SnpGCcorrectionfile} -pr ${protocol} -g ${sex} -gc chrY -rs "Homo sapiens" -ra GRCh38 -pl ILLUMINA -cpus ${NSLOTS} -nc -nb

Q1. Expected ASCAT output file missing: /home/ha6434/command/ascatNgs/output/PT-FB6711_SM-502-T-DNA_P01_A22558_WGS/tmpAscat/ascat/sample_SM-502_T_DNA.ASPCF.png

It seems that the ascatNgs algorithm finished completely, but the file name had something wrong.
The following files are made in the output-directory.
sample_SM-502:T:DNA.ASCATprofile.png
sample_SM-502:T:DNA.ASPCF.png
sample_SM-502:T:DNA.BAF.PCFed.txt
sample_SM-502:T:DNA.LogR.PCFed.txt
sample_SM-502:T:DNA.copynumber.caveman.csv
sample_SM-502:T:DNA.copynumber.txt
sample_SM-502:T:DNA.germline.png
sample_SM-502:T:DNA.normal.BAF.txt
sample_SM-502:T:DNA.normal.LogR.txt
sample_SM-502:T:DNA.rawprofile.png
sample_SM-502:T:DNA.samplestatistics.txt
sample_SM-502:T:DNA.sunrise.png
sample_SM-502:T:DNA.tumour.BAF.txt
sample_SM-502:T:DNA.tumour.LogR.txt
sample_SM-502:T:DNA.tumour.png
sample_SM-502_N_DNA.count
sample_SM-502_T_DNA.Rdata
sample_SM-502_T_DNA.count
Most of the prefix of each file is "sample_SM-502:T:DNA", but the error is searching files starting with "sample_SM-502_T_DNA".
Using samtools and check the @rg tag (samtools view -H ${BAMfile} | grep ^@rg | awk 'NR==1 {for(i=2; i<=NF; i++) print$i}' | grep ^SM | sed -e "s/^SM://g") shows "sample_SM-502:T:DNA".
How we come over this problem?

Q2. Expected ASCAT output file missing: /home/ha6434/command/ascatNgs/output/BTTR-1790_1790_P01_NC1790T01-F_WGS/tmpAscat/ascat/7a25b147-d4d9-4d4f-9c4c-d48c3ed9c827.copynumber.caveman.csv
Does this mean a problem in copy number estimation?
If so, do we have no solution other than using the force option you mentioned in issue #38 ?
#38 (comment)

Tank you for sparing your time.

Best regards,
Taku

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

1 participant