Skip to content

Commit

Permalink
Merge pull request #45 from Sydney-Informatics-Hub/fix
Browse files Browse the repository at this point in the history
docs housekeeping
  • Loading branch information
fredjaya authored Oct 24, 2024
2 parents 9a41a7a + 7936dc7 commit 52d23df
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:root {
--md-primary-fg-color: #E64626;
--md-primary-fg-color--dark: #ac2d14;
--md-primary-fg-color--light: #ee806b;
--md-typeset-color: #424242;
}
Binary file added docs/img/logos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ at the end of the workshop. Help us help you! 😁

This workshop event and accompanying materials were developed by the Sydney Informatics Hub, University of Sydney in partnership with Seqera. The workshop was enabled through the Australian BioCommons - [BioCLI Platforms Project](https://www.biocommons.org.au/biocli) (NCRIS via Bioplatforms Australia).

![](./part2/img/00_logos.png)
![](./img/logos.png)
6 changes: 3 additions & 3 deletions docs/part2/04_multiqc.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ workflow {
// Define the multiqc input channel
FASTQC.out[0]
.mix(QUANTIFICATION[0])
.mix(QUANTIFICATION.out[0])
.collect()
.view()
Expand Down Expand Up @@ -281,7 +281,7 @@ touches to the workflow scope.
// Define the multiqc input channel
multiqc_in = FASTQC.out[0]
.mix(QUANTIFICATION[0])
.mix(QUANTIFICATION.out[0])
.collect()

}
Expand All @@ -303,7 +303,7 @@ touches to the workflow scope.
// Define the multiqc input channel
multiqc_in = FASTQC.out[0]
.mix(QUANTIFICATION[0])
.mix(QUANTIFICATION.out[0])
.collect()

// Run the multiqc step with the multiqc_in channel
Expand Down
Binary file removed docs/part2/img/00_logos.png
Binary file not shown.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ theme:
name: material
logo: assets/usyd-logo.png

extra_css:
- extra.css

markdown_extensions:
- admonition
- pymdownx.details
Expand Down

0 comments on commit 52d23df

Please sign in to comment.