Skip to content

Commit e70c228

Browse files
Update version
1 parent c83a483 commit e70c228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_clair3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
SCRIPT_NAME=$(basename "$0")
33
SCRIPT_PATH=$(dirname $(readlink -f "$0"))
4-
VERSION='v1.0.5'
4+
VERSION='v1.0.6'
55
Usage="Usage: ${SCRIPT_NAME} --bam_fn=BAM --ref_fn=REF --output=OUTPUT_DIR --threads=THREADS --platform=PLATFORM --model_path=MODEL_PREFIX [--bed_fn=BED] [options]"
66

77
CMD="$0 $@"

0 commit comments

Comments
 (0)