Skip to content

Instantly share code, notes, and snippets.

@mvdbeek
Created December 5, 2023 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvdbeek/41e16f2f51fa0c0347383aa978732cdd to your computer and use it in GitHub Desktop.
Save mvdbeek/41e16f2f51fa0c0347383aa978732cdd to your computer and use it in GitHub Desktop.
invalid markdown
# 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