Skip to content

Commit 4afb372

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 5f399f4 Branch : main Author : Vini Salazar <17276653+vinisalazar@users.noreply.github.com> Time : 2026-03-03 04:18:01 +0000 Message : Merge pull request #18 from melbournebioinformatics/update/workflows Update Workflows to Version 1.0.0
1 parent 4c1e12a commit 4afb372

2 files changed

Lines changed: 1058 additions & 0 deletions

File tree

config.yaml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
#------------------------------------------------------------
2+
# Values for this lesson.
3+
#------------------------------------------------------------
4+
5+
# Which carpentry is this (swc, dc, lc, or cp)? < REPLACED with UNIMELB institutes >
6+
# uom: University of Melbourne
7+
# mb: Melbourne Bioinformatics
8+
# mig: Melbourne Integrative Genomics
9+
# wehi: Walter and Eliza Hall Institute
10+
# abacbs: Australian Bioinformatics and Computational Biology Society
11+
carpentry: 'uom'
12+
13+
# Alt-text description of the lesson.
14+
carpentry_description: 'Lesson Description' # FIXME
15+
16+
# Overall title for pages.
17+
title: 'Lesson Title' # FIXME
18+
19+
# Date the lesson was created ('YYYY-MM-DD', this is empty by default)
20+
created: ~ # FIXME
21+
22+
# Comma-separated list of keywords for the lesson. Avoid words in the title.
23+
keywords: 'software, data, lesson' # FIXME
24+
25+
# Life cycle stage of the lesson
26+
# possible values: pre-alpha, alpha, beta, stable
27+
life_cycle: 'pre-alpha' # FIXME
28+
29+
# License of the lesson
30+
license: 'CC-BY 4.0'
31+
32+
# Link to the source repository for this lesson
33+
source: 'https://github.com/melbournebioinformatics/workbench-template-rmd' # FIXME
34+
35+
# Default branch of your lesson
36+
branch: 'main'
37+
38+
# Who to contact if there are any issues
39+
contact: 'fixme@fixme.org' # FIXME
40+
41+
# Navigation ------------------------------------------------
42+
#
43+
# Use the following menu items to specify the order of
44+
# individual pages in each dropdown section. Leave blank to
45+
# include all pages in the folder.
46+
#
47+
# Example -------------
48+
#
49+
# episodes:
50+
# - introduction.md
51+
# - first-steps.md
52+
#
53+
# learners:
54+
# - setup.md
55+
#
56+
# instructors:
57+
# - instructor-notes.md
58+
#
59+
# profiles:
60+
# - one-learner.md
61+
# - another-learner.md
62+
63+
# Order of episodes in your lesson
64+
episodes:
65+
- introduction.Rmd
66+
67+
# Information for Learners
68+
learners:
69+
70+
# Information for Instructors
71+
instructors:
72+
73+
# Learner Profiles
74+
profiles:
75+
76+
# Customisation ---------------------------------------------
77+
#
78+
# This space below is where custom yaml items (e.g. pinning
79+
# sandpaper and varnish versions) should live
80+
81+
# This is the UoM varnish, which is a custom version of the Carpentries varnish
82+
varnish: 'melbournebioinformatics/uom-varnish@main'
83+
url: 'melbournebioinformatics.github.io/uom-varnish'
84+

0 commit comments

Comments
 (0)