https://github.com/broadinstitute/tgg-repo-template
Template for creating a new TGG methods repository
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Template for creating a new TGG methods repository
Basic Info
- Host: GitHub
- Owner: broadinstitute
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Size: 20.4 MB
Statistics
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
- Releases: 0
Created about 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
Contributing
License
README.md
tgg-repo-template
This is a template repository for creating new repositories in TGG methods.
How to use this template
- Click the "Use this template" button on the top right of the repository.
- Name your repository and give it a description.
- Click "Create repository from template".
- Clone your new repository to your local machine.
- Make changes to the repository as needed. Note: Many files include a reference to
tgg-repo-template. Be sure to replace this with the name of your repository. - Push your changes to the repository.
- Add a README.md file to your repository with a description of the repository and instructions for how to use it.
- Add a LICENSE file to your repository with the appropriate license for the code.
Owner
- Name: Broad Institute
- Login: broadinstitute
- Kind: organization
- Location: Cambridge, MA
- Website: http://www.broadinstitute.org/
- Twitter: broadinstitute
- Repositories: 1,083
- Profile: https://github.com/broadinstitute
Broad Institute of MIT and Harvard
GitHub Events
Total
- Delete event: 1
- Issue comment event: 1
- Pull request event: 3
- Create event: 2
Last Year
- Delete event: 1
- Issue comment event: 1
- Pull request event: 3
- Create event: 2
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: 23 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.29
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 7
Past Year
- Issues: 0
- Pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: about 2 months
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.5
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (10)
Top Labels
Issue Labels
Pull Request Labels
dependencies (10)
Dependencies
.github/workflows/ci.yml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/publish.yml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/github-script v5 composite
- actions/setup-python v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
docs/requirements.docs.in
pypi
- Jinja2 *
- Sphinx >=4.2.0,<7.0.0
- myst-parser *
- requests *
- sphinx-argparse *
- sphinx-autodoc-typehints *
- sphinx-rtd-theme *
- urllib3 <2
docs/requirements.docs.txt
pypi
- alabaster ==0.7.13
- babel ==2.13.1
- certifi ==2023.7.22
- charset-normalizer ==3.3.1
- docutils ==0.18.1
- idna ==3.7
- imagesize ==1.4.1
- jinja2 ==3.1.4
- markdown-it-py ==3.0.0
- markupsafe ==2.1.3
- mdit-py-plugins ==0.4.0
- mdurl ==0.1.2
- myst-parser ==2.0.0
- packaging ==23.2
- pygments ==2.16.1
- pyyaml ==6.0.1
- requests ==2.32.2
- snowballstemmer ==2.2.0
- sphinx ==6.2.1
- sphinx-argparse ==0.4.0
- sphinx-autodoc-typehints ==1.23.0
- sphinx-rtd-theme ==1.3.0
- sphinxcontrib-applehelp ==1.0.7
- sphinxcontrib-devhelp ==1.0.5
- sphinxcontrib-htmlhelp ==2.0.4
- sphinxcontrib-jquery ==4.1
- sphinxcontrib-jsmath ==1.0.1
- sphinxcontrib-qthelp ==1.0.6
- sphinxcontrib-serializinghtml ==1.1.9
- urllib3 ==1.26.18
pyproject.toml
pypi
requirements-dev.in
pypi
- autopep8 ==2.0.2 development
- black ==23.7.0 development
- isort ==5.12.0 development
- pre-commit * development
- pydocstyle ==6.3.0 development
- pylint * development
- pytest * development
requirements-dev.txt
pypi
- astroid ==3.2.4 development
- autopep8 ==2.0.2 development
- black ==23.7.0 development
- cfgv ==3.4.0 development
- click ==8.1.7 development
- dill ==0.3.8 development
- distlib ==0.3.8 development
- filelock ==3.15.4 development
- identify ==2.6.0 development
- iniconfig ==2.0.0 development
- isort ==5.12.0 development
- mccabe ==0.7.0 development
- mypy-extensions ==1.0.0 development
- nodeenv ==1.9.1 development
- packaging ==24.1 development
- pathspec ==0.12.1 development
- platformdirs ==4.2.2 development
- pluggy ==1.5.0 development
- pre-commit ==3.7.1 development
- pycodestyle ==2.12.0 development
- pydocstyle ==6.3.0 development
- pylint ==3.2.6 development
- pytest ==8.3.1 development
- pyyaml ==6.0.1 development
- snowballstemmer ==2.2.0 development
- tomlkit ==0.13.0 development
- virtualenv ==20.26.3 development
requirements.txt
pypi
- hail *
setup.py
pypi