omicsx 1.0.1

omicsx: SIMD-accelerated sequence alignment and bioinformatics analysis for petabyte-scale genomic data
Documentation
��cargo : warning: unused variable: `matrix`

At line:1 char:1

+ cargo build --release 2>&1 > build_output_kernel.txt; Get-Content bui ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : NotSpecified: (warning: unused variable: `matrix 

   `:String) [], RemoteException

    + FullyQualifiedErrorId : NativeCommandError

 

   --> src\alignment\kernel_launcher.rs:123:9

    |

123 |         matrix: &[i32],

    |         ^^^^^^ help: if this is intentional, prefix it with an 

underscore: `_matrix`

    |

    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by 

default



warning: unused variable: `gap_open`

   --> src\alignment\kernel_launcher.rs:124:9

    |

124 |         gap_open: i32,

    |         ^^^^^^^^ help: if this is intentional, prefix it with an 

underscore: `_gap_open`



warning: unused variable: `gap_extend`

   --> src\alignment\kernel_launcher.rs:125:9

    |

125 |         gap_extend: i32,

    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an 

underscore: `_gap_extend`



warning: associated function `compute_sw_cpu` is never used

   --> src\alignment\kernel_launcher.rs:120:8

    |

 40 | impl SmithWatermanKernel {

    | ------------------------ associated function in this implementation

...

120 |     fn compute_sw_cpu(

    |        ^^^^^^^^^^^^^^

    |

    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default



warning: associated function `compute_nw_cpu` is never used

   --> src\alignment\kernel_launcher.rs:254:8

    |

180 | impl NeedlemanWunschKernel {

    | -------------------------- associated function in this implementation

...

254 |     fn compute_nw_cpu(

    |        ^^^^^^^^^^^^^^



warning: associated function `execute_viterbi_kernel` is never used

   --> src\alignment\simd_viterbi.rs:309:8

    |

 61 | impl ViterbiDecoder {

    | ------------------- associated function in this implementation

...

309 |     fn execute_viterbi_kernel(

    |        ^^^^^^^^^^^^^^^^^^^^^^



warning: `omics-simd` (lib) generated 6 warnings (run `cargo fix --lib -p 

omics-simd` to apply 3 suggestions)

    Finished `release` profile [optimized] target(s) in 0.07s