File: usage_tests.sh

package info (click to toggle)
python-biom-format 2.1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52,044 kB
  • sloc: python: 13,624; makefile: 149; sh: 105; javascript: 45
file content (8 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/bash

biom show-install-info
for table in examples/*hdf5.biom; do echo ${table}; biom validate-table -i ${table}; done
for table in examples/*table.biom; do echo ${table}; biom validate-table -i ${table}; done;
python biom/assets/exercise_api.py examples/rich_sparse_otu_table_hdf5.biom sample
python biom/assets/exercise_api.py examples/rich_sparse_otu_table_hdf5.biom observation
sh biom/assets/exercise_cli.sh