-
Notifications
You must be signed in to change notification settings - Fork 31
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] No full-alignment output for file with Docker Dockerfile #225
Labels
enhancement
New feature or request
Comments
Please send us your log file. |
Find attached the run_clair3.log and all the log files generated in the log
dir.
I remain at disposal for any further information
Kind regards
Il giorno sab 9 set 2023 alle ore 15:56 Ruibang Luo <
***@***.***> ha scritto:
… Please send us your log file.
—
Reply to this email directly, view it on GitHub
<#225 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN5Z2HDVVHXAELQ6GUJHKC3XZRYQ5ANCNFSM6AAAAAA4NBXZLU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Simone Romagnoli - PhD
Dept. of Experimental and Clinical Medicine
University of Florence
Area degli allegati
|
Hi, |
hello,
|
As long as you can get |
fixed in v1.0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I installed Clair3 with the option N 5 of the Installation section (Docker Dockerfile). However, when I run Clair3 with these parameters:
docker run -it -v ${INPUT_DIR}:${INPUT_DIR} -v ${OUTPUT_DIR}:${OUTPUT_DIR} hkubal/clair3:latest /opt/bin/run_clair3.sh --bam_fn=${INPUT_DIR}/sample.srt.bam --ref_fn=${INPUT_DIR}/ref.fa --bed_fn=${INPUT_DIR}/target.bed --snp_min_af=0.05 --indel_min_af=0.05 --enable_long_indel --threads=${THREADS} --platform="ont" --model_path="/opt/models/${MODEL_NAME}" --output=${OUTPUT_DIR}
I got the error: [ERROR] No full-alignment output for file
in the issue section there is a similar problem (#181) resolved by hkubal/clair3:latest. However I already put hkubal/clair3:latest in the command line.
How can I fix this issue?
The text was updated successfully, but these errors were encountered: