root / readme.txt @ 17
Historique | Voir | Annoter | Télécharger (1,71 ko)
1 |
--------------------------------------------------------------------------- |
---|---|
2 |
# "FLORIVAR" project |
3 |
(project ID : "florivar") |
4 |
--------------------------------------------------------------------------- |
5 |
Biophysics Team - RDP ENS Lyon |
6 |
|
7 |
This is a repository for image analysis and morphological quantification codes used for the preprint |
8 |
https://www.biorxiv.org/content/10.1101/2022.04.26.489498v1 |
9 |
|
10 |
"Robustness of organ morphology is associated with modules of |
11 |
co-expressed genes related to plant cell wall" |
12 |
Diego A. Hartasánchez, Annamaria Kiss, Virginie Battu, Mathilde Dumond, |
13 |
Charline Soraru, Abigail Delgado-Vaquera, Florian Massinon, Marina Brasó-Vives, |
14 |
Corentin Mollier, Nelly Dubrulle, Fabien Sénéchal, Marie-Laure Martin-Magniette, |
15 |
Arezki Boudaoud, Françoise Monéger |
16 |
|
17 |
|
18 |
Developers : |
19 |
-------------- |
20 |
Annamaria KISS, Corentin MOLLIER |
21 |
|
22 |
Download the repository / Rapatrier le dépot |
23 |
-------------------------------------------- |
24 |
cd "directory that will contain the project's directory" |
25 |
svn --username $USER checkout http://forge.cbp.ens-lyon.fr/svn/florivar |
26 |
|
27 |
Update (download changes from the repository) |
28 |
-------------------------------------------- |
29 |
cd florivar |
30 |
svn up |
31 |
|
32 |
Commit (upload your changes into the repository) |
33 |
----------------------------------------------- |
34 |
cd florivar |
35 |
svn commit |
36 |
|
37 |
Changing the file tree |
38 |
---------------------- |
39 |
if you want to add, delete or move individual files in the file-tree of the repository, you have to do that by svn |
40 |
... cd in the right subdirectory |
41 |
svn add toto |
42 |
svn mv toto titi |
43 |
svn rm titi |
44 |
... and then make a commit (!) |
45 |
|
46 |
Useful links |
47 |
------------- |
48 |
svn useful commands : http://wiki.greenstone.org/wiki/index.php/Useful_SVN_Commands |
49 |
formats in a wiki : https://forge.cbp.ens-lyon.fr/redmine/help/wiki_syntax.html |
50 |
|