https://github.com/bebatut/galaxy-training-material-stats
https://github.com/bebatut/galaxy-training-material-stats
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bebatut/galaxy-training-material-stats
- Owner: bebatut
- Created: 2017-07-14T13:31:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T12:42:07.000Z (about 6 years ago)
- Last Synced: 2025-09-09T14:31:23.022Z (11 months ago)
- Language: Jupyter Notebook
- Size: 7.06 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Extraction of statistics for the Galaxy Training Material
================
# Usage
## Requirements
- [conda](https://conda.io/miniconda.html)
- Create the conda environment:
```
$ conda env create -f environment.yaml
```
## Extraction of the GitHub statistics
- Launch the conda environment
```
$ source activate galaxy-training-material-stats
```
- Generate a Personal access tokens on GitHub (in Setting)
- Launch Jupyter
```
$ jupyter notebook
```
- Open [http://localhost:8888](http://localhost:8888)
- Open:
- [`src/extract_repo_content_stats.ipynb` Notebook](http://localhost:8888/notebooks/src/extract_repo_content_stats.ipynb) to extract the details about the current resources in the Galaxy Training Material and some statistics
- [`src/extract_github_info.ipynb` Notebook](http://localhost:8888/notebooks/src/extract_github_info.ipynb) to extract statistics and contributors picture from the GitHub repository
- [`src/analyze_feedback.ipynb` Notebook](http://localhost:8888/notebooks/src/analyze_feedback.ipynb) to analyze the Google drive feedback (exported as tsv) that are embeded at the end of tutorials