-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm trying to run variant calling on ONT data using my MacBook Pro using Apple Silicon (M2). When using tools such as freebayes and Clair3 I get multiple variants, but I'm running into issues when trying to run ClairS-TO. The script finishes without finding any variants and my concern is that the reason is caused by some of the errors I see in the logs:
[INFO] STEP 2: SNV Pileup Model Calling
...
[INFO] SNV Pileup Model Prediction along with Affirmative & Negational Model
...
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr18 total processed positions: 4, time elapsed: 1.2s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr19 total processed positions: 1, time elapsed: 1.2s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr7 total processed positions: 4, time elapsed: 1.2s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr12 total processed positions: 2, time elapsed: 1.2s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr15 total processed positions: 3, time elapsed: 1.2s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr17 total processed positions: 6, time elapsed: 1.2s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr4 total processed positions: 1, time elapsed: 1.2s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr19 total processed positions: 11, time elapsed: 1.2s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr17 total processed positions: 1, time elapsed: 0.7s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr1 total processed positions: 3, time elapsed: 0.8s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr12 total processed positions: 1, time elapsed: 0.7s
[W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware.
[INFO] chr12 total processed positions: 2, time elapsed: 0.8s
While this could be a red herrings, as indicated by the continuation of the script, further errors appear later:
[INFO] STEP 3: Non-somatic Tagging for SNV Variants
...
cWarning: cannot find your CPU L2 cache size in /proc/cpuinfo
gzip: stdout: Broken pipe
Killed
Warning: cannot find your CPU L2 cache size in /proc/cpuinfo
These warnings continue throughout multiple future steps. This is the error that concerns me the most. Any suggestions on how to fix these? Or are they just warnings that can be ignored? Thanks!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request