|
|
@@ -292,7 +292,7 @@ pub fn run_chunkeds(id: &str, config: &Config) -> anyhow::Result<()> {
|
|
|
DeepVariant::initialize(id, &config.tumoral_name, config)?.run()?;
|
|
|
|
|
|
// Straglr - Short Tandem Repeat (STR) genotyper
|
|
|
- Straglr::initialize(id, config)?.run()
|
|
|
+ // Straglr::initialize(id, config)?.run()
|
|
|
}
|
|
|
|
|
|
#[cfg(test)]
|