omicsx 1.0.2

omicsx: SIMD-accelerated sequence alignment and bioinformatics analysis for petabyte-scale genomic data
Documentation
��cargo : warning: unused import: `crate::error::Result`

At line:1 char:1

+ cargo build --release 2>&1 > build_release.txt; if ($LASTEXITCODE -eq ...

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

    + CategoryInfo          : NotSpecified: (warning: unused...:error::Result` 

   :String) [], RemoteException

    + FullyQualifiedErrorId : NativeCommandError

 

  --> src\alignment\smith_waterman_cuda.rs:46:5

   |

46 | use crate::error::Result;

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

   |

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



warning: unused variable: `matrix`

   --> 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 7 warnings (run `cargo fix --lib -p 

omics-simd` to apply 4 suggestions)

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