You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- input_submatrix_width: input submatrix column size, default: 224 (covers 224 MB region to predict 224 MB region).
281
286
- stride: scanning stride for the input Hi-C matrix, default: 20.
282
287
- scan_boundary: off-diagonal bound for the scanning, recommended: 250..
283
-
- trained_model_path: load fine-tuned model for inference. Here the model should be [hicfoundation_sc.pth.tar](hicfoundation_model/hicfoundation_sc.pth.tar). Make sure you follow the installment instructions to download it before you run.
288
+
- trained_model_path: load fine-tuned model for inference. Here the model should be [hicfoundation_schic.pth.tar](hicfoundation_model/hicfoundation_schic.pth.tar). Make sure you follow the installment instructions to download it before you run.
284
289
- output_dir: output directory to save the results, default: hicfoundation_inference.
285
290
- gpu: which gpu to use, default: None (will use all GPU). You can specify --gpu="0" to only use GPU 0, you can also specify --gpu="0,1" to use GPU0 and GPU1.
286
291
@@ -291,7 +296,7 @@ The output is saved in the ``output_dir``, where the enhanced single-cell HiC ma
0 commit comments