瀏覽代碼

dorardo up

Thomas 6 月之前
父節點
當前提交
fb365a4dcc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/config.rs

+ 1 - 1
src/config.rs

@@ -241,7 +241,7 @@ pub struct AlignConfig {
 impl Default for AlignConfig {
     fn default() -> Self {
         Self {
-            dorado_bin: "/data/tools/dorado-1.1.0-linux-x64/bin/dorado".to_string(),
+            dorado_bin: "/data/tools/dorado-1.1.1-linux-x64/bin/dorado".to_string(),
             dorado_basecall_arg: "-x 'cuda:0,1,2,3' sup,5mC_5hmC".to_string(),
             ref_fa: "/data/ref/hs1/chm13v2.0.fa".to_string(),
             ref_mmi: "/data/ref/chm13v2.0.mmi".to_string(),