mavis icon indicating copy to clipboard operation
mavis copied to clipboard

Merging, Annotation, Validation, and Illustration of Structural variants

Results 36 mavis issues
Sort by recently updated
recently updated
newest added

Certain parts of the validate module contains redundant code: For example - count: https://github.com/bcgsc/mavis/blob/develop_v3/src/mavis/validate/align.py#L417 Align_options for BWA-MEM, which doesn't use any additional align parameter. https://github.com/bcgsc/mavis/blob/develop_v3/src/mavis/validate/align.py#L464 These should be removed or...

enhancement

Addresses issues in https://github.com/bcgsc/mavis/issues/307

## **Overview** From internal testing, [wtdbg2](https://github.com/ruanjue/wtdbg2) (long read SV assembler) performs well for assembly of breakpoints, something that MAVIS must implement. The following changes must be made to integrate [wtdbg2](https://github.com/ruanjue/wtdbg2):...

enhancement
long read support

**Describe the bug** There is an error running the workflow as it is. **To Reproduce** Built the docker image using Docker file provided with no errors. Downloaded the tutorial data...

bug

Hg38 will remain the workhorse genome for annotation work, but in case users are interested in working with CHM13-T2T in the future - there should be a feature that converts...

enhancement

Add an optional compression step (default true) to MAVIS outputs since MAVIS can output a lot of files

enhancement
performance

Hello! I am using Straglr (https://github.com/bcgsc/straglr) for analysis long-read sequencing tandem repeats. The output of the tool is .tsv and .bed . I wanted to annotate the .tsv. The .bed...

enhancement
long read support
SV caller

Sometimes gene fusion products are far away from the spliced sites. In the future, it would be ideal if MAVIS could integrate transcriptomic data with the fusion calls with genomics...

enhancement

Currently, a call with: `chr1: chr2 bp1_start: 79836749 IMPRECISE SVTYPE=DEL SVLEN=-28364; ND=79865113 CIPOS=-29,29 CILEN=-53635,53635 ` is being improperly converted to a BPP(Breakpoint(2:79836720-79836778R), Breakpoint(2:79851791-79852493L)

bug

## **Overview** Currently, the Summary module takes in a tab delimited file (similar to a `.bed` file) as the input. For future iterations, we want to change it to a...

enhancement
long read support
reference files