Closed adamklie closed 4 years ago
Using the command line interface of redbiom, Is there a way to pull a single table including all sample metadata available in Qiita? Something like redbiom search metadata "where qiita_study_id == *" or similar?
You could do something like redbiom fetch samples-contained --context $ctx | redbiom fetch sample-metadata
redbiom fetch samples-contained --context $ctx | redbiom fetch sample-metadata
Using the command line interface of redbiom, Is there a way to pull a single table including all sample metadata available in Qiita? Something like redbiom search metadata "where qiita_study_id == *" or similar?