-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi,
I’m currently testing ClairS 0.4.3 (conda build) on the HCC1395 benchmark ONT dataset from your paper (SRR25005626). However, when I run tests on both chr1 and chrM, the output contains empty SNV and INDEL files.
Here is the command I’m using:
module purge && source ~/.bashrc && micromamba activate clairs_043 &&
${CONDA_PREFIX}/bin/ClairS/run_clairs
--enable_indel_calling --print_germline_calls --enable_clair3_germline_output
--platform ont_r10_dorado_sup_5khz
--clair3_model_path="${MUGQIC_INSTALL_HOME}/genomes/rerio/clair3_models/r1041_e82_400bps_sup_v430"
--threads 5 --output_dir clairS_043/HCC1395/chr1
--ctg_name chr1
--ref_fn ${MUGQIC_INSTALL_HOME_DEV}/genomes/species/Homo_sapiens.GRCh38/genome/Homo_sapiens.GRCh38.fa
--sample_name HCC1395
--conda_prefix ${CONDA_PREFIX}
--normal_bam_fn alignment/HCC1395BL/HCC1395BL.sorted.bam
--tumor_bam_fn alignment/HCC1395/HCC1395.sorted.bam
Running the same command with ClairS 0.3.0 produces results as expected. I’ve attached the log file for reference.
Could you please advise on what might be causing the issue with version 0.4.3?
Thank you for your time,
Rob