-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with multiple contigs in coverage report
- Loading branch information
Showing
5 changed files
with
93 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,6 +191,7 @@ variants %>% | |
mutate( | ||
Variant_Label = link_to_variant(Pos, Ref, Variant) | ||
) %>% | ||
arrange(Pos, Ref, Variant) %>% | ||
select("Variant_Label", "VariantLevel", "Type_Label") %>% | ||
datatable( | ||
colnames=c("Variant", "Level", ""), | ||
|
@@ -206,3 +207,18 @@ variants %>% | |
class = 'cell-border stripe' | ||
) | ||
``` | ||
|
||
|
||
### Paramteres and Software Version | ||
|
||
```{r} | ||
pipeline_params %>% | ||
kable() | ||
``` | ||
|
||
|
||
--- | ||
|
||
<small> | ||
This report has been created with **[mtDNA-Server 2](https://mitoverse.i-med.ac.at)**, a nextflow pipeline developed by [Sebastian Schönherr](mailto:[email protected]), [Hansi Weissensteiner](mailto:[email protected]) and [Lukas Forer](mailto:[email protected]), Institute of Genetic Epidemiology, Medical University of Innsbruck. | ||
</small> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters