https://github.com/galaxyproject/tools-iuc
Raw File
Tip revision: 01e7e0814f8bb4253a92ee4541b555e9af74fb0a authored by Saim Momin on 05 April 2024, 10:22:33 UTC
Added pairtools_stats tool for calculation of statistics of pair files (#5930)
Tip revision: 01e7e08
.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
planemo/

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/

# PyBuilder
target/

*.7z
*.dmg
#*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
#*.bz
.hg
*.swp
.DS_Store

# Tool test from planemo
tool_test_output.html
tool_test_output.json

# Tool test from galaxy-language-server
*_test_report.html

# IDEs' configuration
.idea
.vscode
back to top