Created
December 5, 2023 11:47
-
-
Save mvdbeek/41e16f2f51fa0c0347383aa978732cdd to your computer and use it in GitHub Desktop.
invalid markdown
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
# VGP Kmer profiling and mitogenome report | |
Time workflow was run: | |
```galaxy | |
invocation_time() | |
``` | |
## GenomeScope results | |
Linear plot: | |
```galaxy | |
history_dataset_as_image(output="GenomeScope on input dataset(s) Linear plot") | |
``` | |
Log plot: | |
```galaxy | |
history_dataset_as_image(output="GenomeScope on input dataset(s) Log plot") | |
``` | |
## Mitogenome results | |
Reference mitogenome used: | |
```galaxy | |
history_dataset_peek(output="Reference mitogenome (fasta) of related or same species") | |
``` | |
Annotation of final mitogenome: | |
```galaxy | |
history_dataset_as_image(output="mitogenome annotation") | |
``` | |
Inputs: | |
```galaxy | |
invocation_inputs() | |
``` | |
Workflow display: | |
## Workflow | |
```galaxy | |
workflow_display() | |
`` | |
```galaxy | |
invocation_inputs() | |
``` | |
```galaxy | |
invocation_inputs() | |
``` | |
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment