Skip to content

Commit

Permalink
adding gitingore file
Browse files Browse the repository at this point in the history
  • Loading branch information
ake123 committed May 16, 2024
1 parent 62879d1 commit f5838e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ docs
*_files/
DAA example
visualization_techniques.nb.html
.DS_Store
.DS_Store
1 change: 1 addition & 0 deletions inst/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.quarto/

4 changes: 4 additions & 0 deletions inst/pages/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.tsv
*.log
*.pdf
*.png
2 changes: 1 addition & 1 deletion inst/pages/97_extra_materials.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ altExp(tse, "Family") <-
mergeFeaturesByRank(tse,
rank = "Family",
onRankOnly = TRUE, # Let's add the equivalent option to NArm =TRUE
agglomerateTree = TRUE)
agglomerateTree = FALSE)
altExp(tse, "Family")
```

Expand Down

0 comments on commit f5838e8

Please sign in to comment.