|
|
@@ -1040,11 +1040,11 @@ mod tests {
|
|
|
fn test_graph() -> Result<()> {
|
|
|
init();
|
|
|
|
|
|
- let case = "SPINATO";
|
|
|
- let chrom = vec!["chr5", "chr11", "chr14"];
|
|
|
+ let case = "SALICETTO";
|
|
|
+ let chrom = vec!["chr10"];
|
|
|
info!("This record will be captured by `cargo test`");
|
|
|
|
|
|
- let dir = format!("/data/longreads_basic_pipe/{case}/diag/asm_contigs");
|
|
|
+ let dir = format!("/data/longreads_basic_pipe/{case}/diag/asm_contis");
|
|
|
|
|
|
// Load from fasta in dir.
|
|
|
let genome = Genome::from_contigs_sequences(&dir)?;
|