Skip to content

Commit

Permalink
Merge pull request #4481 from galaxyproject/whale-acoustic
Browse files Browse the repository at this point in the history
add circos microbial plot tutorial
  • Loading branch information
shiltemann authored Nov 8, 2023
2 parents f8b1dfc + f68a02c commit e76855a
Show file tree
Hide file tree
Showing 9 changed files with 1,073 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/lint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ def self.snippets_too_close_together(contents)
'cat1',
'comp1',
'gene2exon1',
'gff2bed1',
'intermine',
'join1',
'param_value_from_file',
Expand Down
2 changes: 2 additions & 0 deletions learning-pathways/io2.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ pathway:
tutorials:
- name: circos
topic: visualisation
- name: circos-microbial
topic: visualisation

- section: "Year 3: Introduction to Visualisation with R and Python"
description: |
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
377 changes: 377 additions & 0 deletions topics/visualisation/tutorials/circos-microbial/tutorial.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
layout: workflow-list
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
- doc: Test outline for Circos-for-E.-Coli
job:
Genome:
class: File
location: https://zenodo.org/record/3591856/files/genome.fa
filetype: fasta
Genes:
class: File
location: https://zenodo.org/record/3591856/files/genes%20(NCBI).gff3
filetype: gff3
RNA Seq Coverage (1):
class: File
location: https://zenodo.org/record/3591856/files/RNA-Seq%20coverage%201.bw
filetype: bigwig
RNA Seq Coverage (2):
class: File
location: https://zenodo.org/record/3591856/files/RNA-Seq%20coverage%202.bw
filetype: bigwig
DNA Sequencing Coverage:
class: File
location: https://zenodo.org/record/3591856/files/dna%20sequencing%20coverage.bw
filetype: bigwig
Variants:
class: File
location: https://zenodo.org/record/3591856/files/variants.vcf
filetype: vcf
outputs:
plot:
path: test-data/plot.png
compare: sim_size
delta: 300000 # This is so large because the GTN will automatically optimise the PNGs which destroy's this test.
Loading

0 comments on commit e76855a

Please sign in to comment.