Hi Steven,
Thank you so much for your interest in the MetaSRA and for looking so thoroughly into these issues!
I have started to dig into this and have a couple points/conclusions: First, yes currently the MetaSRA only indexes Illumina samples (i.e. where the "platform" field equals "ILLUMINA"); however, it may be helpful for a future release to annotate all samples regardless of platform. Second, regarding the mystery samples, I looked into a few of these and it appears that they are missing from the MetaSRA because the SRAdb is missing their sample attributes, which the MetaSRA uses to label each sample. For example, for sample SRS1771380, the following query within the SRAdb's SQLite file returns the empty string:
select sample_attribute from sample where sample_accession='SRS1771380';
So it looks to be the fact that, for at least some of the samples you have pointed out, it appears that the SRAdb is simply missing the attributes that the MetaSRA uses as input. For such samples where this is the case, they would be absent from the MetaSRA.
Please let me know if anything I said doesn't make sense, or if you find any other issues. In the meantime, I will keep digging to make sure there aren't other issues causing these samples to be missing,.
Best,