-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
112 lines (101 loc) · 1.54 KB
/
.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# adapted from https://gist.github.com/2427167
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
# Dreamweaver added files
_notes
dwsync.xml
# Komodo
*.komodoproject
.komodotools
# Folders to ignore
.hg
.svn
.CVS
intermediate
publish
.idea
# build script local files
build/buildinfo.properties
build/config/buildinfo.properties
# project specific
config.cfg
hive_params
data/*.ncRNA
temp/*
log/*
# hive database
*_rnacentral_update
pipeline.png
# macfuse files
._*
.fuse_hidden*
# python
*.py[cod]
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
default.nix
env/
data/Caenorhabditis_elegans.WBcel235.87.chromosome.IV.dat
data/Homo_sapiens.GRCh38.87.chromosome.*.dat
data/Mus_musculus.GRCm38.87.chromosome.*.dat
data/pub/
luigi.cfg
logging.cfg
local.config
work/
.nextflow*
data/ensembl_*/*.dat
data/ensembl/*.dat
data/gencode/human-transcripts.gff3
.editorconfig
data/ensembl/excluded.txt
data/intact/intact.txt
*.nix
Procfile
nix
.vim
target/
bin/json2fasta
bin/split-ena
bin/expand-urs
bin/ftp-export
bin/kv
bin/precompute
bin/search-export
bin/json2dfasta
bin/expression-parse
stubs
.envrc
workflows/litscan/results
workflows/litscan/metadata/files
workflows/litscan/metadata/rfam
workflows/litscan/metadata/merged_metadata
workflows/litscan/backup
workflows/litscan/submit
singularity/*
.python-version
bin/bed-expander
.projections.json