-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (38 loc) · 744 Bytes
/
.gitignore
File metadata and controls
47 lines (38 loc) · 744 Bytes
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
## Nextflow
*.command*
*.nextflow*
*.dot
runs/*
results*
work
out-*
## nf-test
.nf-test/
.nf-test.log
notebooks/*.png
notebooks/*.ipynb
notebooks/*.html
assets/TCRseq_metadata_templates/*
.DS_Store
## Python
bin/__pycache__/*
scripts/*
## Quarto
notebooks/*
!notebooks/sample_stats_template.qmd
!notebooks/compare_stats_template.qmd
!notebooks/gliph2_report_template.qmd
!notebooks/template_qc.qmd
!notebooks/template_discovery_brief.qmd
!notebooks/template_pheno_bulk.qmd
!notebooks/template_pheno_sc.qmd
!notebooks/template_details.qmd
!notebooks/template_sample.qmd
!notebooks/template_overlap.qmd
!notebooks/template_sharing.qmd
!notebooks/template_pheno_sc_details.qmd
!notebooks/template_gliph.qmd
## Bash
tmp
## vscode
.vscode/*