-
Notifications
You must be signed in to change notification settings - Fork 28
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
mosek.Error: (1001) The license has expired. #67
Comments
Hi, To resolve the MOSEK license issue, please obtain an updated copy of the license and replace the old license file with the new one. I am not fully certain about the issue with your CNVkit installation. Can I ask how you installed CNVkit and what version of python you are running it with? It just seems to be a deprecation warning which is harmless for now but indicates that altering or updating your python version or package versions may cause an issue. As long as the CNV_CALLS.bed file for your sample in the cnvkit_output directory appears okay then I would say that it completed without issue. Thanks, |
It appears that the result file that you referred to is without any issues. $ head -n 10 ./sample_AA_out/sample_cnvkit_output/sample_CNV_CALLS.bed I'm curious that out of approximately five hundred samples, all of which are tumor samples, only five samples were found to contain ecDNA, and each sample had just one ecDNA. This does not align with my understanding that "ecDNA is often present in tumors." Did I miss some steps? time /xxx/miniconda3/bin/python3 /xxx/AmpliconSuite-pipeline/PrepareAA.py |
Hi, I don't see anything problematic about your command or CNV preview. One thing to keep in mind is that ecDNA frequency varies dramatically by cancer type. Some types show very little ecDNA. Can I ask what kind of cancer those 500 tumor samples represent? Another variable to keep in mind is that ecDNA detection with AA will be affected by sample purity to a certain degree. Low purity samples (particularly under 40% or so) will be much more difficult to detect ecDNA in. Thanks, |
Is this related to the fact that I am using blood samples, not cancerous tissue? |
That can definitely be a factor. Are these blood cancer samples or are you using blood samples from patients with solid tumors? If blood cancer samples, how were the cells of interest isolated? |
I used blood samples from patients with solid tumors, specifically cells extracted from the separated white membrane layer, to isolate their DNA. I noticed that the proportion of ecDNA in TCGA is also relatively low, probably below 10%, but TCGA likely uses tumor tissue, which is somatic cell variation, and ecDNA is related to tumor progression. Therefore, it might be normal for the proportion of ecDNA in my blood samples to be below 1%? In addition, I am puzzled that I used control samples from different individuals, such as SGDP and HGDP, and several other cohorts. I found that the proportion of ecDNA in SGDP is as high as 21%, but the SGDP population is clearly a natural population, and the proportion of ecDNA should be even less. Is it because the AA program is not suitable for germline detection? |
I would expect the ecDNA detection rate to be far lower in peripheral blood than the solid tumor. I am not at all surprised that you find <1% ecDNA rate in the peripheral blood of the solid tumor. Regarding SGDP and HGDP - collections of normal samples. Something is clearly wrong because we and others who use our tool do not see ecDNA in normal tissues (exceptionally low positive detection rate). Keep in mind that some of those sequencing files in SGDP/HGDP may be whole exome, which could cause the positives you are finding. |
I have successfully run the AA program on hundreds of samples in the past, but when I tried to run it again after a long time, I encountered this error:
[MOSEK:ERROR] Error when using MOSEK: (1001) The license has expired.
Do I need to obtain an updated license?
Additionally, I am unsure what changes were made to my environment, as I had to reconfigure it for a long time.
Now, when running each sample, I get the following warning:
/xxx/software/cnvkit/cnvlib/coverage.py:173: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value '[0.4892756 0.42481279 0.14973695 ... 0. 0. 0.]' has dtype incompatible with int64, please explicitly cast to a compatible dtype first. table.loc[ok_idx, 'depth'] = (table.loc[ok_idx, 'basecount']
It seems there is a data type incompatibility issue at line 173 of the coverage.py file. Is it due to an incorrect version of a package? Although this warning appears, the program still continues to run, and all stages seem to complete successfully. I also get the file:
$ cat sample/sample_AA_out/sample_finish_flag.txt
All stages completed
Is the result still reliable?
The text was updated successfully, but these errors were encountered: