Jelajahi Sumber

Update 'README.md'

NawrotLab 10 bulan lalu
induk
melakukan
44809ccd3d
1 mengubah file dengan 16 tambahan dan 14 penghapusan
  1. 16 14
      README.md

+ 16 - 14
README.md

@@ -56,20 +56,22 @@ PID.pkl contains two normalized PID recordings (PIDID: PID33; PID34) averaged ov
 
 
 
+
 ## Downloading the Data
+Downloading the data from G-node. it has a limit of 10mb for large files. To get the full content of such a large file , download these files individually as needed from the web interface by clicking on them in the repository browser.
 
-###Using GIN
-1- Create an account on GIN and download the GIN client as described here.
+### Using GIN
+<1- Create an account on GIN and download the GIN client as described here:\>
 2- On your computer, log in using the command:
 gin login
 
 3- Clone the repository using:
 gin get INT/multielectrode_grasp
-4- Large data files will not be downloaded automatically. To get them, use
+4- Large data files will not be downloaded automatically. To get them, use:
 gin get-content <filename>
-5- Downloaded large files will be locked (read-only). You must unlock the files using
+5- Downloaded large files will be locked (read-only). You must unlock the files using:
 gin unlock <filename>
-6- To remove the contents of a large file again, use
+6- To remove the contents of a large file again, use:
 gin lock <filename>
 gin remove-content <filename>
 
@@ -77,21 +79,21 @@ See https://gin.g-node.org/G-Node/Info/wiki/_pages for detailed information on h
 
 ### Using git annex
 
-1- Make sure git and git-annex are installed on your computer. 
-2- Create an account on gin and upload your public SSH key to your gin profile. 
-3- Then clone the repository using
+1- Make sure git and git-annex are installed on your computer: 
+2- Create an account on gin and upload your public SSH key to your gin profile:
+3- Then clone the repository using:
 
-git clone git@gin.g-node.org:/INT/multielectrode_grasp.git
-4- Large data files will not be downloaded automatically. To get them, use
+git clone git@gin.g-node.org:/INT/multielectrode_grasp.git:
+4- Large data files will not be downloaded automatically. To get them, use:
 git annex get <filename>
-5- Downloaded large files will be locked (read-only). You must unlock the files using
+5- Downloaded large files will be locked (read-only). You must unlock the files using:
 git annex unlock <filename>
-6- To remove the contents of a large file again, use
+6- To remove the contents of a large file again, use:
 git annex --force lock <filename>
 git annex drop <filename>
 
-See the git annex documentation for details. https://git-annex.branchable.com/
-Using the web browser
+See the git annex documentation for details. https://git-annex.branchable.com/ :
+Using the web browser :
 
 Download the latest release as a zip file by clicking on Releases on the main page at https://web.gin.g-node.org/INM6/multielectrode_grasp. This zip file will contain all small (text) files only, while large data files will not be downloaded automatically and an empty placeholder will be put in their place. for such  large file , download these files individually as needed from the web interface by clicking on them in the repository browser.