OpenNeuroLab / metasearch

OpenNeuroLab MetaSearch App
https://openneurolab.github.io/metasearch
Apache License 2.0
16 stars 12 forks source link

page says 11045 rows, but provided csv seems to have only 8120 #14

Closed yarikoptic closed 6 years ago

yarikoptic commented 6 years ago

What would you like to do:

Report an issue

Version 63.0.3239.84 (Developer Build) built on Debian buster/sid, running on Debian buster/sid (64-bit)

satra commented 6 years ago

perhaps you are looking at the wrong file:

$ wget https://raw.githubusercontent.com/OpenNeuroLab/metasearch/master/docs/data/phenotype_mri.csv
--2018-02-20 15:10:01--  https://raw.githubusercontent.com/OpenNeuroLab/metasearch/master/docs/data/phenotype_mri.csv
Resolving raw.githubusercontent.com... 151.101.208.133
Connecting to raw.githubusercontent.com|151.101.208.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1661730 (1.6M) [text/plain]
Saving to: ‘phenotype_mri.csv’

phenotype_mri.csv       100%[============================>]   1.58M  1.42MB/s    in 1.1s    

2018-02-20 15:10:03 (1.42 MB/s) - ‘phenotype_mri.csv’ saved [1661730/1661730]

$ cat phenotype_mri.csv | wc -l
   11045
yarikoptic commented 6 years ago

yeah, we were trying to get it from the website itself. through that icon in the top right corner. @kyleam please use https://raw.githubusercontent.com/OpenNeuroLab/metasearch/master/docs/data/phenotype_mri.csv

satra commented 6 years ago

ah the export restricts it to those rows that have a corresponding MRI scan.