1 Star 0 Fork 0

lucky/galaxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 2.51 KB
一键复制 编辑 原始数据 按行查看 历史
.hg*
# Downloaded and locally built eggs
eggs
scripts/scramble/build
scripts/scramble/lib
scripts/scramble/archives
# Python virtualenv
.venv
# Database stuff
database/beaker_sessions
database/citations
database/community_files
database/compiled_templates
database/files
database/jobs_directory
database/job_working_directory
database/pbs
database/tmp
database/*.sqlite
database/openid_consumer_cache
database/dependencies
# Python bytecode
*.pyc
# Galaxy Runtime Files
*.lock
*.log
*.pid
# Tool Shed Runtime Files
tool_shed_webapp.lock
tool_shed_webapp.log
tool_shed_webapp.pid
hgweb.config*
lib/tool_shed/scripts/bootstrap_tool_shed/user_info.xml
# Reports Runtime Files
reports_webapp.lock
reports_webapp.log
reports_webapp.pid
# Jupyter Runtime Files
.ipynb_checkpoints
# Config files
universe_wsgi.ini
reports_wsgi.ini
reports.ini
tool_shed_wsgi.ini
# Config files.
datatypes_conf.xml
tool_conf.xml
external_service_types_conf.xml
migrated_tools_conf.xml
shed_tool_conf.xml
tool_data_table_conf.xml
tool_sheds_conf.xml
integrated_tool_panel.xml
openid_conf.xml
shed_tool_data_table_conf.xml
job_conf.xml
data_manager_conf.xml
shed_data_manager_conf.xml
object_store_conf.xml
job_metrics_conf.xml
workflow_schedulers_conf.xml
config/*
config/plugins/interactive_environments/**/*.ini
!config/plugins
static/welcome.html.*
static/welcome.html
# Tool data.
tool-data/annotation_profiler_options.xml
tool-data/annotation_profiler_valid_builds.txt
tool-data/gatk_annotations.txt
tool-data/gd.restriction_enzymes.txt
tool-data/gd.species.txt
tool-data/shared/igv/igv_build_sites.txt
tool-data/shared/rviewer/rviewer_build_sites.txt
tool-data/shared/ncbi/builds.txt
tool-data/shared/ucsc/builds.txt
tool-data/shared/ucsc/manual_builds.txt
tool-data/shared/ensembl/builds.txt
tool-data/shared/ucsc/publicbuilds.txt
tool-data/shared/ucsc/ucsc_build_sites.txt
tool-data/*.loc
tool-data/genome/*
tool-data/*.sample
tool-data/testtoolshed.g2.bx.psu.edu/
tool-data/toolshed.g2.bx.psu.edu/
tool-data/**/*.fa
# Test output
test-data-cache
run_framework_tests.html
run_functional_tests.html
run_toolshed_tests.html
run_api_tests.html
test/tool_shed/tmp/*
.coverage
htmlcov
run_unit_tests.html
test/unit/**.log
.tox
# Project files
*.kpf
# Chrom len files
*.len
# Jars
tool-data/shared/jars/
# CSS build artifacts.
sprite-*.less
# JS, Local node_modules, and bower_components directories
static/scripts/bundled
node_modules
bower_components
# Documentation build files.
doc/build
doc/schema.md
doc/source/dev/schema.rst
# Misc
*.orig
.DS_Store
*.rej
*~
.idea/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lucky-nj/galaxy.git
git@gitee.com:lucky-nj/galaxy.git
lucky-nj
galaxy
galaxy
master

搜索帮助