@@ -99,7 +99,7 @@ A pre-built docker image is available [here](https://hub.docker.com/layers/hkuba
9999INPUT_DIR=" [YOUR_INPUT_FOLDER]" # e.g. /home/user1/input (absolute path needed)
100100OUTPUT_DIR=" [YOUR_OUTPUT_FOLDER]" # e.g. /home/user1/output (absolute path needed)
101101THREADS=" [MAXIMUM_THREADS]" # e.g. 8
102- BIN_VERSION=" v0.1-r1 "
102+ BIN_VERSION=" v0.1-r2 "
103103
104104docker run -it \
105105 -v ${INPUT_DIR} :${INPUT_DIR} \
@@ -124,14 +124,14 @@ Check [Usage](#Usage) for more options.
124124INPUT_DIR=" [YOUR_INPUT_FOLDER]" # e.g. /home/user1/input (absolute path needed)
125125OUTPUT_DIR=" [YOUR_OUTPUT_FOLDER]" # e.g. /home/user1/output (absolute path needed)
126126THREADS=" [MAXIMUM_THREADS]" # e.g. 8
127- BIN_VERSION=" v0.1-r1 "
127+ BIN_VERSION=" v0.1-r2 "
128128
129129conda config --add channels defaults
130130conda create -n singularity-env -c conda-forge singularity -y
131131conda activate singularity-env
132132
133133# singularity pull docker pre-built image
134- singularity pull docker://hkubal/clair3:v0.1-r1
134+ singularity pull docker://hkubal/clair3:v0.1-r2
135135
136136# run clair3 like this afterward
137137singularity exec clair3_" ${BIN_VERSION} " .sif \
@@ -292,7 +292,7 @@ CONTIGS_LIST="[YOUR_CONTIGS_LIST]" # e.g "chr21" or "chr21,chr22"
292292INPUT_DIR=" [YOUR_INPUT_FOLDER]" # e.g. /home/user1/input (absolute path needed)
293293OUTPUT_DIR=" [YOUR_OUTPUT_FOLDER]" # e.g. /home/user1/output (absolute path needed)
294294THREADS=" [MAXIMUM_THREADS]" # e.g. 8
295- BIN_VERSION=" v0.1-r1 "
295+ BIN_VERSION=" v0.1-r2 "
296296
297297docker run -it \
298298 -v ${INPUT_DIR} :${INPUT_DIR} \
@@ -315,7 +315,7 @@ KNOWN_VARIANTS_VCF="[YOUR_VCF_PATH]" # e.g. /home/user1/known_variants.vcf.gz
315315INPUT_DIR=" [YOUR_INPUT_FOLDER]" # e.g. /home/user1/input (absolute path needed)
316316OUTPUT_DIR=" [YOUR_OUTPUT_FOLDER]" # e.g. /home/user1/output (absolute path needed)
317317THREADS=" [MAXIMUM_THREADS]" # e.g. 8
318- BIN_VERSION=" v0.1-r1 "
318+ BIN_VERSION=" v0.1-r2 "
319319
320320docker run -it \
321321 -v ${INPUT_DIR} :${INPUT_DIR} \
@@ -350,7 +350,7 @@ BED_FILE_PATH="[YOUR_BED_FILE]" # e.g. /home/user1/tmp.bed (absolute path
350350INPUT_DIR=" [YOUR_INPUT_FOLDER]" # e.g. /home/user1/input (absolute path needed)
351351OUTPUT_DIR=" [YOUR_OUTPUT_FOLDER]" # e.g. /home/user1/output (absolute path needed)
352352THREADS=" [MAXIMUM_THREADS]" # e.g. 8
353- BIN_VERSION=" v0.1-r1 "
353+ BIN_VERSION=" v0.1-r2 "
354354
355355docker run -it \
356356 -v ${INPUT_DIR} :${INPUT_DIR} \
@@ -372,7 +372,7 @@ docker run -it \
372372INPUT_DIR=" [YOUR_INPUT_FOLDER]" # e.g. /home/user1/input (absolute path needed)
373373OUTPUT_DIR=" [YOUR_OUTPUT_FOLDER]" # e.g. /home/user1/output (absolute path needed)
374374THREADS=" [MAXIMUM_THREADS]" # e.g. 8
375- BIN_VERSION=" v0.1-r1 "
375+ BIN_VERSION=" v0.1-r2 "
376376
377377docker run -it \
378378 -v ${INPUT_DIR} :${INPUT_DIR} \
0 commit comments