├── .gitignore ├── LICENSE ├── README.md └── scripts └── biosample2table.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stajichlab/biosample_metadata/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stajichlab/biosample_metadata/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stajichlab/biosample_metadata/HEAD/README.md -------------------------------------------------------------------------------- /scripts/biosample2table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stajichlab/biosample_metadata/HEAD/scripts/biosample2table.py --------------------------------------------------------------------------------