forked from jdidion/atropos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (55 loc) · 754 Bytes
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*.pyc
MANIFEST
build/
dist/
.coverage
coverage.xml
*~
.tox
galaxy/package/
.pydevproject
.project
.settings
atropos/**/_*.c
atropos/**/*.so
doc/_build
*.pyo
.idea/
tests/testtmp
virtualenv
*.egg-info
*.c
*.so
paper/software/bin
paper/software/build
paper/software/doc
paper/scripts/atropos
paper/scripts/skewer
paper/scripts/seqpurge
paper/scripts/results*
paper/scripts/*commands_t*
paper/scripts/run_t*
paper/scripts/real*
paper/data/real/
.contaminants
.DS_Store
.adapters
paper/data/rna/
paper/data/wgbs/
.cache
*.gtf
hg3*.fa*
**/star-index/index/*.txt
**/star-index/index/*.tab
**/star-index/index/Genome
**/star-index/index/SA
**/star-index/index/SAindex
.nextflow*
**/work/
.vscode*
paper/workflow/results
*.ipynb
*.tar
.pytest_cache/
venv/
.eggs