/cvc-coating

Catheter-related thrombosis in central venous catheter coated with/without chlorhexidine

Primary LanguageR

CVC-Coating: Catheter-related thrombosis in central venous catheter coated with/without chlorhexidine

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

We use guix to ensure an reproducible computing environment.

Bootstrap

Guix on debian

sudo apt install make git git-annex guix

Fetch sources

git clone git@github.com:umg-minai/crt-chx.git

Build manuscript

Running make the first time will take some time because guix hast to download the given state and build the image.

make

Modify the manuscript

All the work has to be done in the sections/*.Rmd files.

Make targets

  • make shell create reproducible environment (guix shell with specific parameters).
  • make clean removes all generated files.

Initial setup

Init git-annex

https://git-annex.branchable.com/

WEBDAV_USERNAME=xxx WEBDAV_PASSWORD=xxx git annex initremote uni-greifswald-nextcloud type=webdav url=https://nextcloud.uni-greifswald.de/remote.php/dav/files/gibbs/9726.crt-chx/git-annex chunk=10mb encryption=none

git annex initremote ant type=rsync rsyncurl=rsync://antl/media/wd/crt-chx/git-annex chunk=10mb encryption=none

Install DICOM viewer

https://weasis.org

wget https://github.com/nroduit/Weasis/releases/download/v4.4.0/weasis_4.4.0-1_amd64.deb
wget https://github.com/nroduit/Weasis/releases/download/v4.4.0/weasis_4.4.0-1_amd64.deb.sha256
sha256sum -c weasis_4.4.0-1_amd64.deb.sha256
sudo dpkg -i weasis_4.4.0-1_amd64.deb

Predecessor study

https://umg-minai.github.io/crt/

Contact/Contribution

You are welcome to:

We try to follow: