ClinSV
ClinSV copied to clipboard
igv/sample.xml file writes wrong reference genome (37 instead of 38)
Hi all, I run into issue of xml file generation with wrong reference genome. When I submit the run using command:
input_path=/input_dir/ refdata_path=$PWD/clinsv/refdata-b38 project_folder=$PWD/449_WT docker run -v $refdata_path:/app/ref-data -v $project_folder:/app/project_folder -v $input_path:/app/input --entrypoint "perl" mrbradley2/clinsv:v1.0 /app/clinsv/bin/clinsv -r all -p /app/project_folder/ -i "/app/input/*.bam" -ref /app/ref-data/refdata-b38
it successfully completes the process and generates all expected output files. However, igv folder has the file with following resources information:
Obviously, when I load it into igv it can not allocate wrong reference. Is there problem from my side (since I used ref 37 before while attempting to run test file but later deleted all 37 ref files) or something is code automation that results in ref 37 by default?
thank you very much for troublshooting in advance!
Best, Olena