├── README.html ├── README.pdf ├── README.qmd ├── README_files └── libs │ ├── bootstrap │ ├── bootstrap-icons.css │ ├── bootstrap-icons.woff │ ├── bootstrap.min.css │ └── bootstrap.min.js │ ├── clipboard │ └── clipboard.min.js │ └── quarto-html │ ├── anchor.min.js │ ├── popper.min.js │ ├── quarto-syntax-highlighting.css │ ├── quarto.js │ ├── tippy.css │ └── tippy.umd.min.js └── index.html /README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README.html -------------------------------------------------------------------------------- /README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README.pdf -------------------------------------------------------------------------------- /README.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README.qmd -------------------------------------------------------------------------------- /README_files/libs/bootstrap/bootstrap-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/bootstrap/bootstrap-icons.css -------------------------------------------------------------------------------- /README_files/libs/bootstrap/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/bootstrap/bootstrap-icons.woff -------------------------------------------------------------------------------- /README_files/libs/bootstrap/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/bootstrap/bootstrap.min.css -------------------------------------------------------------------------------- /README_files/libs/bootstrap/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/bootstrap/bootstrap.min.js -------------------------------------------------------------------------------- /README_files/libs/clipboard/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/clipboard/clipboard.min.js -------------------------------------------------------------------------------- /README_files/libs/quarto-html/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/quarto-html/anchor.min.js -------------------------------------------------------------------------------- /README_files/libs/quarto-html/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/quarto-html/popper.min.js -------------------------------------------------------------------------------- /README_files/libs/quarto-html/quarto-syntax-highlighting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/quarto-html/quarto-syntax-highlighting.css -------------------------------------------------------------------------------- /README_files/libs/quarto-html/quarto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/quarto-html/quarto.js -------------------------------------------------------------------------------- /README_files/libs/quarto-html/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/quarto-html/tippy.css -------------------------------------------------------------------------------- /README_files/libs/quarto-html/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/README_files/libs/quarto-html/tippy.umd.min.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelove/bioc-refcard/HEAD/index.html --------------------------------------------------------------------------------