-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-generated via {sandpaper} Source : 626ca5d Branch : main Author : Naupaka Zimmerman <naupaka@gmail.com> Time : 2024-09-20 22:07:11 +0000 Message : Merge pull request #277 from datacarpentry/update/workflows Update Workflows to Version 0.16.5
- Loading branch information
1 parent
43fa093
commit c99afe3
Showing
2 changed files
with
1,063 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
#------------------------------------------------------------ | ||
# Values for this lesson. | ||
#------------------------------------------------------------ | ||
|
||
# Which carpentry is this (swc, dc, lc, or cp)? | ||
# swc: Software Carpentry | ||
# dc: Data Carpentry | ||
# lc: Library Carpentry | ||
# cp: Carpentries (to use for instructor training for instance) | ||
# incubator: The Carpentries Incubator | ||
carpentry: 'dc' | ||
|
||
# Overall title for pages. | ||
title: 'Intro to R and RStudio for Genomics' | ||
|
||
# Date the lesson was created (YYYY-MM-DD, this is empty by default) | ||
created: '2018-03-12' | ||
|
||
# Comma-separated list of keywords for the lesson | ||
keywords: 'software, data, lesson, The Carpentries' | ||
|
||
# Life cycle stage of the lesson | ||
# possible values: pre-alpha, alpha, beta, stable | ||
life_cycle: 'beta' | ||
|
||
# License of the lesson materials (recommended CC-BY 4.0) | ||
license: 'CC-BY 4.0' | ||
|
||
# Link to the source repository for this lesson | ||
source: 'https://github.com/datacarpentry/genomics-r-intro' | ||
|
||
# Default branch of your lesson | ||
branch: 'main' | ||
|
||
# Who to contact if there are any issues | ||
contact: 'team@carpentries.org' | ||
|
||
# Navigation ------------------------------------------------ | ||
# | ||
# Use the following menu items to specify the order of | ||
# individual pages in each dropdown section. Leave blank to | ||
# include all pages in the folder. | ||
# | ||
# Example ------------- | ||
# | ||
# episodes: | ||
# - introduction.md | ||
# - first-steps.md | ||
# | ||
# learners: | ||
# - setup.md | ||
# | ||
# instructors: | ||
# - instructor-notes.md | ||
# | ||
# profiles: | ||
# - one-learner.md | ||
# - another-learner.md | ||
|
||
# Order of episodes in your lesson | ||
episodes: | ||
- 00-introduction.Rmd | ||
- 01-r-basics.Rmd | ||
- 02-data-prelude.Rmd | ||
- 03-basics-factors-dataframes.Rmd | ||
- 04-bioconductor-vcfr.Rmd | ||
- 05-dplyr.Rmd | ||
- 06-data-visualization.Rmd | ||
- 07-r-help.Rmd | ||
|
||
# Information for Learners | ||
learners: | ||
|
||
# Information for Instructors | ||
instructors: | ||
|
||
# Learner Profiles | ||
profiles: | ||
|
||
# Customisation --------------------------------------------- | ||
# | ||
# This space below is where custom yaml items (e.g. pinning | ||
# sandpaper and varnish versions) should live | ||
|
||
|
||
url: 'https://datacarpentry.github.io/genomics-r-intro' | ||
analytics: carpentries | ||
lang: en |
Oops, something went wrong.