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
Where
-$MOSDEPTH is a directory where my Mosdepth files are stored for this sample
-$SAMPLE is my sample name
---snv "${DIR_PATH}/snp_indel/clair3/phased_merge_output.vcf.gz" is my clair3 generated SNV .vcf for this same sample.
I'm attaching the whole run log to this issue for your review. 08012024_log.txt
I'm running this in a dedicated conda environment where the packages listed in requirements.txt are the only ones I've installed.
It appears that there is an issue parsing the SNV .vcf - something to do with Polars dataframe. The SNV .vcf is unchanged from the Clair3 output.
Any further insight to this is appreciated!
-Ryan
The text was updated successfully, but these errors were encountered:
Dear @rgal-mcw, thank you for the report.
The issue is related to the breaking change in polars API starting from version 1.0.
Problem will be fixed in the upcoming version of ont-spectre, but in the meantime you can modify requirements.txt to force it using an older version of polars.
In particular, you can change polars[pyarrow]>=0.19.15 to use == (or ~=, which should get latest available 0.x version of polars).
Hi!
I'm attempting to use ont-spectre for CNV calling on our data by using the following command:
Where
-
$MOSDEPTH
is a directory where my Mosdepth files are stored for this sample-
$SAMPLE
is my sample name-
--snv "${DIR_PATH}/snp_indel/clair3/phased_merge_output.vcf.gz"
is my clair3 generated SNV .vcf for this same sample.I'm attaching the whole run log to this issue for your review.
08012024_log.txt
I'm running this in a dedicated conda environment where the packages listed in
requirements.txt
are the only ones I've installed.It appears that there is an issue parsing the SNV .vcf - something to do with Polars dataframe. The SNV .vcf is unchanged from the Clair3 output.
Any further insight to this is appreciated!
-Ryan
The text was updated successfully, but these errors were encountered: