-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_pkgdown.yml
More file actions
82 lines (73 loc) · 1.88 KB
/
_pkgdown.yml
File metadata and controls
82 lines (73 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
url: https://wanglabcsu.github.io/blit/
template:
bootstrap: 5
reference:
- title: "R6 class"
desc: "Core R6 class for encapsulating command parameters and building command objects."
contents:
- Command
- title: "Execute command"
desc: "Functions for executing commands, including foreground, background, and parallel execution."
contents:
- exec
- cmd_run
- cmd_help
- cmd_background
- cmd_parallel
- title: "Environment context"
desc: "Set up the execution context, such as working directory, environment variables, and dependency management."
contents:
- cmd_wd
- cmd_envvar
- cmd_envpath
- cmd_condaenv
- conda
- appmamba
- install_appmamba
- uninstall_appmamba
- appmamba_rc
- cmd_conda
- title: "Schedule expressions"
desc: "Define hooks to run before, after, or on success/failure of a command."
contents:
- cmd_on_start
- cmd_on_exit
- cmd_on_succeed
- cmd_on_fail
- title: "Genomic tools"
desc: "Wrappers for common genomic data processing and analysis tools."
contents:
- allele_counter
- bcftools
- bedtools
- bowtie2
- bwa
- samtools
- seqkit
- varscan
- snpEff
- gistic2
- title: "Transcriptomic tools"
desc: "Wrappers for transcriptome sequencing data processing and analysis tools."
contents:
- cellranger
- fastp
- fastq_pair
- fastq_read_pair
- kraken2
- kraken_tools
- trust4
- trust4_imgt_annot
- trust4_gene_names
- pyscenic
- title: "Development"
desc: "Developer utilities for extending functionality and creating new command interfaces."
contents:
- make_command
- arg
- arg0
- title: "Scripting interfaces"
desc: "Interfaces to external scripting languages for seamless integration with existing scripts."
contents:
- python
- perl