1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
*.pyc
*.idx
*.swo
*.swp
**/bcbiotx/
bcbio/pipeline/version.py
bcbio_nextgen.egg-info/
build/
docs/_build
dist/
tests/data/test_srnaseq/
tests/unit/bcbio-nextgen-test-data/
tests/data/100326*
tests/data/110106*
tests/data/110221*
tests/data/110907*
tests/data/genomes*
tests/data/reference_material/7_100326_FC6107FAAXX-grade.vcf.gz*
tests/data/tcga_benchmark
tests/data/automated/config/
tests/data/automated/galaxy/
tests/data/automated/gemini_data/
tests/data/automated/genomes/
tests/data/automated/liftOver/
tests/data/automated/*-sorted.bed
tests/data/variants/S1_S2-combined*
tests/data/test_bcbio_cwl-master/
cwl/*-workflow
.DS_Store
.#*
.ropeproject
.env
*~
\#*
.idea/
__pycache__
.coverage
.pytest_cache
.vagrant/
|