├── LICENSE ├── README.md ├── guides ├── plos-computational-biology.csl ├── practical_guides.Rmd └── practical_guides.bib ├── helper.sh ├── img ├── gr2.jpg ├── markdownchunk.png ├── pillarsV2.png ├── pillarsV2.svg ├── repro.webp └── version_control.png ├── main.sh └── manuscript ├── 5pillars.Rmd ├── 5pillars.bib ├── briefings-in-bioinformatics.csl ├── plos-computational-biology.csl ├── rebuttal.Rmd └── rebuttal2.Rmd /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/README.md -------------------------------------------------------------------------------- /guides/plos-computational-biology.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/guides/plos-computational-biology.csl -------------------------------------------------------------------------------- /guides/practical_guides.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/guides/practical_guides.Rmd -------------------------------------------------------------------------------- /guides/practical_guides.bib: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/helper.sh -------------------------------------------------------------------------------- /img/gr2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/img/gr2.jpg -------------------------------------------------------------------------------- /img/markdownchunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/img/markdownchunk.png -------------------------------------------------------------------------------- /img/pillarsV2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/img/pillarsV2.png -------------------------------------------------------------------------------- /img/pillarsV2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/img/pillarsV2.svg -------------------------------------------------------------------------------- /img/repro.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/img/repro.webp -------------------------------------------------------------------------------- /img/version_control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/img/version_control.png -------------------------------------------------------------------------------- /main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/main.sh -------------------------------------------------------------------------------- /manuscript/5pillars.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/manuscript/5pillars.Rmd -------------------------------------------------------------------------------- /manuscript/5pillars.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/manuscript/5pillars.bib -------------------------------------------------------------------------------- /manuscript/briefings-in-bioinformatics.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/manuscript/briefings-in-bioinformatics.csl -------------------------------------------------------------------------------- /manuscript/plos-computational-biology.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/manuscript/plos-computational-biology.csl -------------------------------------------------------------------------------- /manuscript/rebuttal.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/manuscript/rebuttal.Rmd -------------------------------------------------------------------------------- /manuscript/rebuttal2.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markziemann/5pillars/HEAD/manuscript/rebuttal2.Rmd --------------------------------------------------------------------------------