From 4024e43192b9b0ef540bb1a4436aaefc06a46bde Mon Sep 17 00:00:00 2001 From: Dominik Brilhaus <brilhaus@nfdi4plants.org> Date: Mon, 8 Jan 2024 10:25:05 +0000 Subject: [PATCH] Update README.md --- README.md | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 60fc8c5..7851f0e 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,11 @@ -# ricinus_proteome_arc +# Wrobel-2023-CastorBeanEndospermProteome -Legacy data on Ricinus proteome from Nicole Linka and Thomas Wrobel +## Publication +Wrobel TJ, Brilhaus D, Stefanski A, Stühler K, Weber APM, Linka N. Mapping the castor bean endosperm proteome revealed a metabolic interaction between plastid, mitochondria, and peroxisomes to optimize seedling growth. Front Plant Sci. 2023 Oct 6;14:1182105. doi: 10.3389/fpls.2023.1182105. PMID: 37868318; PMCID: PMC10588648. -## Clone / sync this ARC +## License -### Including LFS +Copyright © 2023 Wrobel, Brilhaus, Stefanski, Stühler, Weber and Linka -```bash -arc get -r https://git.nfdi4plants.org/brilator/ricinus_proteome_arc.git -``` - -```bash -arc sync -``` - -### Without LFS objects - -```bash -arc get --nolfs -r https://git.nfdi4plants.org/brilator/ricinus_proteome_arc.git -``` - - -#### Change LFS option on machine, where I do not want to download lfs objects - -```bash -git config --local filter.lfs.smudge "git-lfs smudge --skip -- %f" -git config --local filter.lfs.process "git-lfs filter-process --skip" -``` +This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms. -- GitLab