-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:bcbio/bcbioR
- Loading branch information
Showing
8 changed files
with
57 additions
and
9 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
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,13 @@ | ||
# TODO | ||
|
||
[ ] Replace Title in this file matching title projects | ||
[ ] run function`bcbio_set_project()` to set up information for this project | ||
- hbcxxxx code | ||
- technology | ||
- tissue | ||
- organism | ||
- pi | ||
- project name | ||
[ ] run function `bcbio_set_git()` to set up git repository | ||
[ ] run function `bcbio_copy_dropbox()` to copy files to dropbox location | ||
|
Empty file.
Empty file.
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,6 @@ | ||
# info params | ||
project = "name_hbcXXXXX" | ||
PI = 'person name' | ||
experiment = 'short description' | ||
aim = 'short description' | ||
analyst = 'person in the core' |
Empty file.
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,25 @@ | ||
--- | ||
title: "General Project Information" | ||
author: "Harvard Chan Bioinformatics Core" | ||
date: "`r Sys.Date()`" | ||
output: | ||
html_document: | ||
code_folding: hide | ||
df_print: paged | ||
highlights: pygments | ||
number_sections: true | ||
self_contained: true | ||
theme: default | ||
toc: true | ||
toc_float: | ||
collapsed: true | ||
smooth_scroll: true | ||
editor_options: | ||
chunk_output_type: console | ||
params: | ||
params_file: information.R | ||
--- | ||
|
||
```{r echo = F} | ||
source(params$params_file) | ||
``` |
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,3 @@ | ||
name: bcbio base | ||
description: Standard NGS down-stream analyses | ||
create_dir: true |