Skip to content

Commit

Permalink
+workflow managers pdf and new resource tags
Browse files Browse the repository at this point in the history
  • Loading branch information
microlei committed Nov 12, 2024
1 parent 9f6af62 commit 47aeea5
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 1 deletion.
108 changes: 108 additions & 0 deletions data/resources/resources-primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,106 @@
"description": ""
},

"Nextflow training from nextflow":{
"id": "23",
"name": "Nextflow training",
"link": "https://training.nextflow.io/",
"tags": ["nextflow", "high-performance computing"],
"date-added": "11-12-2024",
"status": "active",
"description": ""
},

"Nextflow training variant calling": {
"id": "24",
"name": "Nextflow training for variant calling",
"link": "https://sateeshperi.github.io/nextflow_varcal/nextflow/",
"tags": ["nextflow", "variant calling"],
"date-added": "11-12-2024",
"status": "active",
"description": ""
},

"Nextflow training compilation": {
"id": "25",
"name": "Where to learn nextflow in 2023",
"link": "https://seqera.io/blog/learn-nextflow-in-2023/",
"tags": ["nextflow"],
"date-added": "11-12-2024",
"status": "active",
"description": ""
},

"Snakemake tutorial from docs": {
"id": "26",
"name": "Snakemake tutorial",
"link": "https://snakemake.readthedocs.io/en/stable/tutorial/tutorial.html",
"tags": ["snakemake"],
"date-added": "11-12-2024",
"status": "active",
"description": ""
},

"Snakemake 8 slurm plugin": {
"id": "27",
"name": "Snakemake 8 slurm plugin",
"link": "https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/slurm.html",
"tags": ["snakemake", "high-performance computing"],
"date-added": "11-12-2024",
"status": "active",
"description": ""
},

"Uppsala University snakemake tutorial": {
"id": "28",
"name": "Uppsala University snakemake tutorial",
"link": "https://uppsala.instructure.com/courses/51980/pages/snakemake-1-introduction?module_item_id=243089",
"tags": ["snakemake"],
"date-added": "11-12-2024",
"status": "active",
"description": ""
},

"Uppsala University Tools for Reproducible Research": {
"id": "29",
"name": "Uppsala University Tools for Reproducible Research",
"link": "https://uppsala.instructure.com/courses/51980",
"tags": ["reproducibility", "git", "nextflow", "snakemake", "conda", "R", "python"],
"date-added": "11-12-2024",
"status": "active",
"description": ""
},

"Optimizing Nextflow for HPC": {
"id": "30",
"name": "Optimizing Nextflow for HPC and Cloud at Scale",
"link": "https://seqera.io/blog/optimizing-nextflow-for-hpc-and-cloud-at-scale/",
"tags": ["nextflow", "high-performance computing"],
"date-added": "11-12-2024",
"status": "active",
"description": ""
},

"Carpentries snakemake training": {
"id": "31",
"name": "Carpentries snakemake training",
"link": "https://carpentries-incubator.github.io/snakemake-novice-bioinformatics/index.html",
"tags": ["snakemake", "bioinformatics"],
"date-added": "11-12-2024",
"status": "active",
"description": ""
},

"Carpentries nextflow training": {
"id": "32",
"name": "Carpentries nextflow training",
"link": "https://carpentries-incubator.github.io/workflows-nextflow/index.html",
"tags": ["nextflow", "bioinformatics"],
"date-added": "11-12-2024",
"status": "active",
"description": ""
},

"Template": {
"id": "999",
"name": "template",
Expand Down Expand Up @@ -392,6 +492,14 @@
"description": "Links to resources related to reproducibility and open access"
},

"snakemake": {
"id": "21",
"tag": "snakemake",
"date-added": "11-12-2024",
"status" : "active",
"description": "Links to resources related to the snakemake workflow management system"
},

"template": {
"id": "999",
"tag": "template",
Expand Down
Binary file added docs/resources/Workshops/Workflow_managers.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/resources_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This is a four-day workshop that will introduce students to python as a data sci
- [Data Transformation with R Tidyverse](Workshops/R/R_tidyverse_revised.md) - [Download RMD file](Workshops/R/R_tidyverse_revised.Rmd)
- [Plotting with R ggplot](Workshops/R/R_ggplot_revised.md) - [Download RMD file](Workshops/R/R_ggplot_revised.Rmd)
- Introduction to Genome Annotation
- Workflow Management, nextflow demonstration
- Workflow Management, nextflow demonstration - pdf of slides available [here](Workshops/Workflow_managers.pdf)
- scRNA analysis introduction
- Scaling SLURM scripts on the HPC and benchmarking
- SNPArcher tutorial: A snakemake workflow for variant calling in non-model organisms
Expand Down

0 comments on commit 47aeea5

Please sign in to comment.