Skip to content

Commit

Permalink
Merge pull request #29 from Sydney-Informatics-Hub/day2
Browse files Browse the repository at this point in the history
Add logo and supporting resources
  • Loading branch information
georgiesamaha authored Sep 25, 2024
2 parents b22fa97 + ade0e99 commit 121097a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
Binary file added docs/assets/usyd-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 23 additions & 17 deletions docs/resources.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Extra resources
# Supporting materials

## Nextflow
## Recommended resources

Here are some useful resources we recommend to help you get started with running nf-core pipelines and developing Nextflow pipelines:

### Developed by us

* [SIH Nextflow template](https://github.com/Sydney-Informatics-Hub/template-nf)
* [SIH Nextflow template guide](https://sydney-informatics-hub.github.io/template-nf-guide/)
* [SIH Customising nf-core workshop](https://sydney-informatics-hub.github.io/customising-nfcore-workshop/)
* [Australian BioCommons Seqera Platform Service](https://www.biocommons.org.au/seqera-service )
* [NCI Gadi nf-core instutitonal config](https://nf-co.re/configs/nci_gadi/)
* [Pawsey Setonix nf-core instutitional config](https://nf-co.re/configs/pawsey_setonix/)

### Developed by others

* [Nextflow training](https://training.nextflow.io/)
* [Nextflow patterns](https://nextflow-io.github.io/patterns/index.html)
* [Nextflow blog](https://www.nextflow.io/blog.html)
* [Nextflow coding best practice recommendations](https://carpentries-incubator.github.io/Pipeline_Training_with_Nextflow/07-Nextflow_Best_Practice/index.html)
* [Seqera community forums](https://community.seqera.io/)

## Nextflow tips and tricks

Nextflow has some useful features for executing pipelines and querying metadata and history. Here are some resources to help you get started.

Expand Down Expand Up @@ -63,18 +84,3 @@ providers {
}
```

## Additional resources

Here are some useful resources to help you get started with running nf-core pipelines and developing Nextflow pipelines:

* [SIH Nextflow template](https://github.com/Sydney-Informatics-Hub/template-nf)
* [SIH Nextflow template guide](https://sydney-informatics-hub.github.io/template-nf-guide/)
* [Nextflow tutorials](https://nf-co.re/docs/usage/nextflow)
* [nf-core pipeline tutorials](https://nf-co.re/usage/usage_tutorials)
* [Nextflow patterns](https://nextflow-io.github.io/patterns/index.html)
* [HPC tips and tricks](https://www.nextflow.io/blog/2021/5_tips_for_hpc_users.html)
* [Nextflow coding best practice recommendations](https://carpentries-incubator.github.io/Pipeline_Training_with_Nextflow/07-Nextflow_Best_Practice/index.html)
* [The Nextflow blog](https://www.nextflow.io/blog.html)


3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ nav:
- 2.3 Multiple process inputs: part2/03_quant.md
- 2.4 Combining channels, multiple process outputs: part2/04_multiqc.md
- 2.5 Upscaling to multiple samples and introspection: part2/05_scale.md
- Extra resources: resources.md
- Supporting materials: resources.md

theme:
name: material
logo: assets/usyd-logo.png

markdown_extensions:
- admonition
Expand Down

0 comments on commit 121097a

Please sign in to comment.