Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jul 15, 2024
1 parent a7a147b commit 731ed14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/harpy/reports/Naibr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ circosplot(sv, fa.sizes, samplename)
## per contig
### Per-contig {.no-title data-height=7000}
<h1> Structural Variants Per Contig </h1>
Below is a plot to help you assess what structural variants were detected by LEVIATHAN. These plots are interactive,
Below is a plot to help you assess what structural variants were detected by NAIBR. These plots are interactive,
allowing you to hover over a variant to provide additional information, including the genomic interval in which it occurs and the
number of haplotag barcodes supporting the variant.

Expand Down
9 changes: 4 additions & 5 deletions src/harpy/reports/NaibrPop.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"
```

```{r echo = FALSE, warnings = FALSE, message = FALSE}
#infiles <- snakemake@input[["bedpe"]]
#fai <- snakemake@input[["fai"]]
#infiles <- paste0("/home/pdimens/", c("AW","BL"), ".bedpe")
infiles <- list.files(path = "~", pattern = "*bedpe", full.names = T)
fai <- "~/test.fai"
infiles <- snakemake@input[["bedpe"]]
fai <- snakemake@input[["fai"]]
#infiles <- list.files(path = "~", pattern = "*bedpe", full.names = T)
#fai <- "~/test.fai"
```

# General Stats
Expand Down

0 comments on commit 731ed14

Please sign in to comment.